Hi
Is there any handle(variable) on switch cpu tick. It does print on screen, but since it is different for every benchmark, it is difficult to keep a consistent value throughout. Thanks, ---- Adwait On Tue, Mar 8, 2011 at 4:48 PM, Adwait Jog <[email protected]> wrote: > Hi, > > Is there any way to know (at run time) the Tick at which cpu will switch to > the detailed mode. I want to trigger one function in cache/lru.cc at the > tick, at which cpu switches. > Any other alternative is also ok. > > For e.g, > if (curTick > switchTick) { > trigger my function > } > > Moreover, M5 wiki says, > Note that M5 may have to simulate for a few cycles prior to switching CPUs > due to any outstanding state that may be present in the CPUs being switched > out. > > Thanks > Adwait > >
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
