Hi All,

I am trying to run a simple configuration script consisting of SimpleCPU,
caches and main memory. I have added SPEC CPU2006 benchmark as a workload
and it runs just fine. I want to add options like "--fast-forward" and
"maxinsts" to reduce total simulation time and fast-forward to specific
instruction count and execute in detail mode from that point.

I am able to add "maxinsts" option with a simple code:

system.cpu.max_insts_any_thread = options.maxinsts

and getting required results. The problem is in implementing
"--fast-forward" option. I am not sure how to use this option to
fast-forward certain number of instructions.

Can anyone give me some insight into or refer me to certain documentation?

Thanks
Muzamil
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to