This is updated in the most recent version of gem5 (gem5, not gem5-stable) See http://repo.gem5.org/gem5/file/00dca8a9b560/src/mem/ruby/system/RubyMemoryControl.cc
Jason On Mon, May 6, 2013 at 3:23 AM, zhangyi <[email protected]> wrote: > 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 > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
