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.
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