363c363
< int elapsed_usecs = curTick / Clock::Int::us;
---
> int elapsed_usecs = curTick / SimClock::Int::us;
1190c1190
< int64_t clocks = curTick * OS::M5_SC_CLK_TCK / Clock::Int::s;
---
> int64_t clocks = curTick * OS::M5_SC_CLK_TCK / SimClock::Int::s;