Re: [gem5-users] How to use the option

2012-10-26 Thread Nilay Vaish
On Thu, 25 Oct 2012, Jianfei wrote: Actually I want to set one checkpoint per 1000 instructions. Can I implement this? Thanks I don't think there are options available to do this. But the option --take-checkpoints can be used to take checkpoints every N cycles. -- Nilay ___

Re: [gem5-users] How to use the option

2012-10-25 Thread Jianfei
Actually I want to set one checkpoint per 1000 instructions. Can I implement this? Thanks ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] How to use the option "--at-instruction"

2012-10-24 Thread Nilay Vaish
On Wed, 24 Oct 2012, Jianfei wrote: Hi All, I meet a problem when I use the option of "--at-instruction" I want to start to insert checkpoints at the 1000th instruction and after that insert a checkpoint for each 1000 instructions. The command is ./build/ALPHA_FS/m5.opt ./configs/example/fs.