> The idea of a second event queue is an interesting alternative. How easy is > it to point certain SimObjects at one event queue during one period of > execution and another event queue at a different period?
Each SimObject is derived from EventManager and as a result has an eventq pointer which it uses for scheduling. You can simply update this pointer. Steve's code isn't actually necessary now that I think of it. Nate _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
