hi
I think the current simulation.py only switch one time (from simpe to
detailed for example). How it is possible to switch more than one?

The pseudocode of I mean is:

for i in range(10) :
   m5.stats.reset()
   set cpu to AtomicSimpleCPU
   m5.simulate(X)
   m5.stats.dump()
   set cpu to O3CPU
   m5.simulate(Y)
   m5.stats.dump()

If someone has done that before or has any idea please let me know.

--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to