I want to create checkpoints using MOESI_hammer +ruby. I used command: ./build/X86_MOESI_hammer/gem5.fast configs/example/se.py -n 1 --cpu-type=timing --bench bzip2 --ruby -I 100000 --checkpoint-dir=tmpdir --checkpoint-at-end
However I only got two files in the checkpoint folder: m5.cpt system.ruby.cache.gz If I remove --ruby in the command, I get another file system.physmem.store0.pmem instead of the cache.gz file(which leads to seg fault). Is this situation normal? Thanks
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
