[gem5-users] Dynamic frequency change

2015-06-18 Thread Simone Corbetta
Dear all, I'm trying to dynamically change the clock frequency, and I noticed that the SrcClockDomain object has a clockPeriod(Tick) method that automatically forwards its changes to the children objects (as per the method documentation). Thus, I included in the Simulate.py script, within the

Re: [gem5-users] DVFS on gem5

2012-02-17 Thread Simone Corbetta
to GEM5, could anybody let me know where to start for dumping GEM5 statistics for every 100 cycles? Thanks a lot. On Thu, Feb 16, 2012 at 3:21 AM, Simone Corbetta simone.corbe...@gmail.com wrote: As Patrick said, to enable DVFS with GEM5 simulation, you have to plug a power model. McPAT

Re: [gem5-users] DVFS on gem5

2012-02-15 Thread Simone Corbetta
). For Dynamic VFS you need to reiterate the loop and simulate changing DVFS after desired number of iterations; GEM5 allows you to stop simulation and then start back again, so you can for sure loop on it. Simone Corbetta On Wed, Feb 15, 2012 at 7:11 PM, Patrick plafr...@gmail.com wrote: Xiao