Hello! If you have anything to say to me, feel free to open an issue, and I will reply. For gem5 issues, prefer asking on Stack Overflow or the mailing list: https://www.gem5.org/mailing_lists/ or: https://github.com/cirosantilli2/gem5-issues
I am trying to run gem5 in SE mode with number of cpus 2, cpu type DerivO3CPU, and ruby memory model using following command, but the simulation does not stop even after results are produced , ie "Hello world!" is printed to stdout
I am trying to run gem5 in SE mode with number of cpus 2, cpu type DerivO3CPU, and ruby memory model using following command, but the simulation does not stop even after results are produced , ie "Hello world!" is printed to stdout
build/X86_MESI_Three_Level/gem5.opt configs/example/se.py -n 2 --ruby --cpu-type=DerivO3CPU -c 'tests/test-progs/hello/bin/x86/linux/hello;tests/test-progs/hello/bin/x86/linux/hello'
I started using ruby memory model after reading from gem5 email archive that classic memory does not work with multicore DerivO3CPU.