Hi, I would like to create a checkpoint in Full-System simulation before running a benchmark. For that, in the start of the boot script (/etc/gem5init) I have included the below lines.
-------------------------------- #!/bin/sh +x # Checkpoint the first execution echo "Checkpointing simulation..." /sbin/m5 checkpoint ---------------------------- As soon as the "/sbin/m5 checkpoint" line is executed, the simulation is immediately terminated and there is no checkpoint generated in m5out directory. I have used AtomicSimpleCPU and gem5.opt executable. /sbin/m5 readfile, /sbin/m5 writefile options in the same boot script seem to work fine. Why is /sbin/m5 checkpoint generation not working in this set up? Appreciate your help. Thanks. Best Regards Sindhuja
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s