Hi Jason,

Thanks for such a prompt and elaborate response.

zhangyi
==============================================================

 

张义(硕士研究生)先进计算机系统实验室-服务器组
中科院计算技术研究所
tel:18810461507



Jason Power <[email protected]> 在 Mon, 6 May 2013 09:09:08 写道:
>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
>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to