>> I would like to restore a checkpoint stored in a different folder than >> default (specified by --outdir option in previous simulation). How can I >> restore an arbitrary checkpoint.
use --checkpoint-dir="path/to/your/checkpoints/dir" option to the fs.py on the command line. -r 1 means to restore the first checkpoint in the folder (checkpoints are sequenced by their tick number, the earliest tick is 1, then 2, etc) _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
