[gem5-users] gem5 stable release proposal [RESULTS]

2020-01-09 Thread Bobby Bruce
Dear all, Thank you to all those who voted and provided us with valuable feedback on the future direction of gem5. Voting is now closed and I've tallied the votes. There appears to be a clear favored direction: - The master shall be stable (13 votes to 3). - gem5 will be released 3 times a year

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

2020-01-09 Thread ABD ALRHMAN ABO ALKHEEL
Hi Dimitrios, I appreciate your help. How I can run the benchmark for one million instruction in the FS mode. In SE mode I used -I 100 . Any help would be appreciated. Best Regards From: Dimitrios Chasapis Sent: Thursday, January 9, 2020 5:39:51 PM To: gem5 u

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

2020-01-09 Thread Dimitrios Chasapis
Hi, Here is an example of an .rcs script.  As Ciro told you, first you need to have a bootable image, optionally create a checkpoint after boot and finally add the benchmarks to the cd image. #/bin/bash cd /your/path/SPEC_CPU_2017/benchspec/CPU/627.cam4_s/run/run_base_refspeed_aarch64-64.000

[gem5-users] In-flight conditional branches in O3

2020-01-09 Thread Dimitrios Chasapis
Hi, Is there any option to limit the number of in-flight branches in the pipeline of the O3 CPU model?  I wasn't able to find one. Best, Dimitrios Chasapis http://bsc.es/disclaimer ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/c

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

2020-01-09 Thread Ciro Santilli
The linked documentation runs an arbitrary benchmark of your choice. You just have to add SPEC CPU to the image yourself as explained there. I can't fully automate SPEC CPU build because it is closed source. On Thu, Jan 9, 2020 at 3:10 PM ABD ALRHMAN ABO ALKHEEL wrote: > > Thanks Ciro, I appreci

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

2020-01-09 Thread ABD ALRHMAN ABO ALKHEEL
Thanks Ciro, I appreciate your help. Can you provide me an example on .rcs script to run the benchmark. Any help would be appreciated. Best Regards From: Ciro Santilli Sent: Thursday, January 9, 2020 9:52:28 AM To: gem5 users mailing list ; abdkeel...@hotmail.com

[gem5-users] Default stack pointer value...

2020-01-09 Thread Anuj Falcon
What causes writeData() function in packet.hh to cause segmentation fault in the context of gem5? How to resolve this? - J ANUJ - ___

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

2020-01-09 Thread Ciro Santilli
1. get Linux to boot, e.g.: https://github.com/cirosantilli/linux-kernel-module-cheat/tree/657c59249e56d861bb0a437a1b1c757797281910#gem5-buildroot-setup 2. learn to checkpoint at the end of boot, restore, and run an executable afterwards, e.g.: https://github.com/cirosantilli/linux-kernel-module-ch