[gem5-users] Modifying OOO to resemble an InO CPU

2014-04-30 Thread Gokul Subramanian Ravi
Hi, I wish to modify the O3 cpu model to resemble an InOrder CPU. This is part of a project wherein I will be dynamically power gating some parts of an O3 cpu so that it works as an InO model as and when necessary. After which I will be able to switch between the 2 and do a study similar to DV

Re: [gem5-users] Page Fault in gem5

2014-04-30 Thread Ali Saidi
You’ll need to use FS mode and you can ask the kernel like you would on a real system. Ali On Apr 30, 2014, at 6:16 PM, Gautam Dhanabalan wrote: > Hi, > > I wish to measure the number of page faults (minor and major faults) that > occur when running SPEC benchmarks on ARM in SE or FS mode. I

[gem5-users] Page Fault in gem5

2014-04-30 Thread Gautam Dhanabalan
Hi, I wish to measure the number of page faults (minor and major faults) that occur when running SPEC benchmarks on ARM in SE or FS mode. Is it possible to get this data in gem5. If it is can anyone please direct me where to look into. Thanks for your time. - Gautam

Re: [gem5-users] McPAT Parser

2014-04-30 Thread Seyedhamidreza Motaman
Hello Lluis I would really appreciate if you tell me how to run your script for extracting .xml file for mcpat is there any tutorial file. I used this site but after downloading the last file I confronted with this error." This program requires jinja2 version 2.7 or later" Regards, Hamid On Tue

Re: [gem5-users] Problem trying to execute a 12 core ARMv8

2014-04-30 Thread Embedded Systems MadHatter
Thanks Neal, I'll take that into account and change everything to 8 cores max and see if it will work, for now. On Tue, Apr 29, 2014 at 10:07 PM, Neal Haas wrote: > The GIC in the gem5 source cannot support more than 8 CPUs. You would need > GICv3 which has not yet been implemented. At least,

Re: [gem5-users] question of stats file and simulating in the ROI

2014-04-30 Thread biswabandan panda
If you re fast forwarding it - then you should check the 3rd block of stats. You should create a checkpoint directory to keep all the chekpoints. While simulating you could use checkpoint-restore=1 for the latest one On Wed, Apr 30, 2014 at 12:19 PM, Prasanth Nunna wrote: > Hi Biswa, > > Shoul