Hi everyone,

The -I option (or --maxinsts) of the fs.py script specifies

the max number of committed instructions. Assuming

a multicore system, this option works as follows: if any

core commits this number of instructions, the simulation

stops.


I need to change this behavior to the following:

only stop the simulation when every core commits the

specified limit at least, i.e., more is ok, but not less.


How and where do I need to change the code in order to

achieve this functionality?


Thank you,

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

Reply via email to