[gem5-users] Reconfiguring the X86 during run time

2016-10-19 Thread Munirah Almatouq
Hello, I am new to gem5. I was wondering if it is possible to change the configuration ( cache size, register file, FU) of X86 core dynamically during the runtime of a benchmark? If yes how? Thanks, M. Almatouq ___ gem5-users mailing list gem5-users@gem

Re: [gem5-users] scons build error for Garnet 2.0

2016-10-19 Thread Jieming Yin
Does it work if you do: from common.Benchmark import * Best, Jieming On Tue, Oct 18, 2016 at 8:37 PM, Krishna, Tushar wrote: > Hi Andreas, > Looks like the recent changes to configs/common seem to have broken the > example scripts. > Not just garnet_synth_traffic. > I built ALPHA_MOESI_hammer a

Re: [gem5-users] scons build error for Garnet 2.0

2016-10-19 Thread F. A. Faisal
Dear Jieming, Please upload a stable gem5 version. I am also looking for a stable version to run gem5 on Apple OSX. Further error obtained from Option.py- # ./build/Garnet_standalone/gem5.debug configs/example/garnet_synth_traffic.py --num-cpus=16 --num-dirs=16 --network=garnet2.0 --topology=Mes

Re: [gem5-users] scons build error for Garnet 2.0

2016-10-19 Thread Krishna, Tushar
Perhaps all the imports in the Options.py file (Benchmarks, CpuConfig, … ) need to be updated to commons.* … On Oct 20, 2016, at 1:00 AM, F. A. Faisal mailto:dipu.7...@gmail.com>> wrote: Dear Jieming, Please upload a stable gem5 version. I am also looking for a stable version to run gem5 on A

Re: [gem5-users] scons build error for Garnet 2.0

2016-10-19 Thread F. A. Faisal
I tried with that option (updated to common.*) and get another execution error- # ./build/Garnet_standalone/gem5.debug configs/example/garnet_synth_traffic.py --num-cpus=16 --num-dirs=16 --network=garnet2.0 --topology=Mesh_XY --mesh-rows=4 --sim-cycles=1000 --synthetic=uniform_random --injection