hi all, I'm reading the source code of ruby. In src/mem/ruby/system/MemoryController.cc, I find the MC wakeup per 10ps. Is this reasonable?The code is:
if (m_idleCount > 0) {
assert(!m_event.scheduled());
schedule(m_event, curTick() + m_mem_bus_cycle_multiplier);
}
The version of gem5 is gem5-stable-f75ee4849c40
Any answers are appreciated!
zhangyi
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev
