Dear all, I wan to fast forward a certain number of instructions and then run a fixed time of the program. I set --rel-max-tick=1e9 (equals to 10e-4 second) after the restoring. However the program never stops. I then tried --rel-max-tick=1e4, it didn't stop either.
I used the two commands below, and I believe there should be something wrong of my commands: . /build/X86/gem5.opt --outdir=./m5out/$i/normal ./configs/example/cmp.py --cpu-type=atomic --cpu-clock=2.5GHz -n 4 --mem-size= 8GB --caches --l1d_size=32kB --l1i_size=32kB --l2cache --l2_size=16MB --l3cache --l3_size=64MB --maxinsts=500000 --mem-channels=2 -c "$ i" --checkpoint-at-end ./build/X86/gem5.opt --outdir=./m5out/$i/normal ./configs/example/cmp.py --checkpoint-restore=1 --restore-with-cpu=detailed -- cpu-clock=2.5GHz -n 4 --mem-size=8GB --caches --l1d_size=32kB --l1i_size=32kB --l2cache --l2_size=16MB --l3cache --l3_size=64MB --rel-m ax-tick=10000 --mem-channels=2 -c "$i" Could anyone point it to me. I am really grateful for your help. -Yang
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
