[gem5-users] Fwd: a problem regarding gem5 garnet

2018-07-28 Thread Parmida Vahdatnia
Hello I'm using Gem5-Garnet and I had a problem that I couldn't find on the documents and I was hoping if you could help me. I'm planing to place processes on the cores of the Mesh network manually, for this in the file Garnet_synth_traffic.py I added a few lines to A- make a list of processes w

Re: [gem5-users] Switch CPU model

2018-07-28 Thread Ciro Santilli
For fs.py, use m5 checkpoint + gem5.opt fs.py -r 1, e.g.: https://github.com/cirosantilli/linux-kernel-module-cheat/tree/39762d2f158789a399a2ef962703c43a5339f308#gem5-run-benchmark I don't konw what switchcpu is meant to do. On Sat, Jul 28, 2018 at 9:28 AM, Jimmy Situ wrote: > Hi, All > > I jus

[gem5-users] Switch CPU model

2018-07-28 Thread Jimmy Situ
Hi, All I just want to switch my CPU model to O3 detail after I boot up my ubuntu and before I call the benchmark. and I found one of ways making this is /sbin/m5 switchcpu; mybechmark_run Then I can switch cpu with this if exit_event.getCause() == "switchcpu": system.switc