Hi, Mahmood Naderan, In http://www.m5sim.org/M5ops, it mentions that "checkpoint [delay [period]]: Create a checkpoint in delay ticks; repeat this every period ticks." Can putting m5 checkpoint N before the benchmark help?
Mark Chen 2011/7/15 Mahmood Naderan <[email protected]>: > When the benchmarks is started a message is shown that says: > > info: Entering event queue @ 5125369463500. Starting simulation... > > Is there any way to grab that cycle number and tell the simulator to > create a checkpoint after 5125369463500+N cycles? > --take-checkpoints option gets an explicit number. For example in the > commnad line I have to manuall pass > --take-checkpoints=(5125369463500,N). > -- > // Naderan *Mahmood; > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
