Re: [gem5-users] Run CPU 2006 benchmark on gem5 fs mode

2020-01-15 Thread ABD ALRHMAN ABO ALKHEEL
Hi Dimitrios, I run this command on Gem5 FS mode for different benchmarks and i got the same results for all benchmarks. So should i create checkpoint after the image is booted and if so how to create it? ./build/X86/gem5.fast ./configs/example/fs.py -I 1

[gem5-users] Additional simulation data in stats.txt

2020-01-15 Thread Iago .
I've been using gem5 to analyze control algorithms performance but lately I realized that whenever I use my checkpoint created through the hackback script, which from my understanding is meant to create a checkpoint before user space programs are initialized, and using the following script :

[gem5-users] Problem in understanding gem5 statistics - lookups and committedInstructions

2020-01-15 Thread Dimitrios Chasapis
Hi all, I am trying to make sense of the results I see when running a simple ls command in FS.  My setup is the following: I am using ARM ISA, resuming from a checkpoint after boot (switching from Atomic to O3 CPU) and running my .rcs script.  I use m5 resetstats before the ls command and