[gem5-users] Power calculation for RISCV full system simulation.

2021-06-12 Thread Deepak Mohan via gem5-users
Hi, I wanted to compute the power consumption for a RISCV full system simulation using McPAT. It would be great if anyone can give some pointers towards how to do this, like what are the important parameters that has to be given as input to McPAT to get reasonable values for power consumption. I

[gem5-users] Re: Simpoint with (Ruby, MOESI Hammer, X86, multicore-KVM)

2021-06-12 Thread Majid Jalili via gem5-users
Can someone explain the trick behind "RubySystem::memWriteback()" function? More specifically, why all events first dequeued from ruby's queue and then simulation invoked with the current tick, and fianlly all events are written back to the queue? On Fri, Jun 11, 2021 at 1:08 PM Majid Jalili wro