Files
gem5/tests/gem5/chi_protocol
Erin Le 82c8642954 tests: remove protocol=None, add print statement back in
This commit removes the `protocol=None` argument in various
gem5_verify_config()s because protocol is set to None by
default. Also, two print statements that were taken out in
previous commits were put back in with different function calls.
2024-11-19 11:02:15 -08:00
..

CHI Protocol with different ISAs test

The purpose of this test is to ensure the CHI protocol functions across ARM, X86, and RISCV ISA targets with varying numbers of CPU cores. The tests can be run with the following command:

# In the "tests" directory
./main.py run --length=long -j`nproc` gem5/chi_protocol