Re: [gem5-users] Generating statistics after a specific time

2015-02-03 Thread Bigel Hadi via gem5-users
Hi Ahmed You can add these lines to the Simulation script (Simulation.py) while 1:    # The time scale is nano second    exit_event = m5.simulate(time)    m5.stats.dump()    m5.stats.reset()    if (exit_event.getCause() == your_condition):    break Good luckHadi On

[gem5-users] DVFS in SE mode

2015-01-30 Thread Bigel Hadi via gem5-users
Dear users I am using SE mode to simulate my project. There are some reasons that I could not use FS simulation mode. Is there a way to run DVFS during the simulation time? I searched the mailing list, but I could not find any solution. Thanks, Hadi

[gem5-users] Pause Resume Simulation

2015-01-18 Thread Bigel Hadi via gem5-users
Hi English isn’t myfirst language, so please excuse any mistakes. I am trying to use theGEM5 to take stats.txt file and create file input for McPAT. I use ARM multi-core architecture. I want to simulate multitask benchmark thatconcurrently runs on multi-core processor without scheduler