diff -r 4b872fdba3af -r 7c8348d23222 src/sim/core.hh --- a/src/sim/core.hh Thu Dec 26 15:18:58 2013 -0600 +++ b/src/sim/core.hh Sat Dec 28 20:04:18 2013 +0100 @@ -46,6 +46,9 @@ /// The universal simulation clock. inline Tick curTick() { return _curEventQueue->getCurTick(); } +/// Set current event queue simulation clock. +inline void setCurTick(Tick newVal) { _curEventQueue->setCurTick(newVal); } + const Tick retryTime = 1000; /// These are variables that are set based on the simulator frequency