[gem5-users] --script does not work

2018-06-15 Thread Mao Ye
Hi all, I currently face a problem with --script option, that is , the full disk system never executes my script. I have checked that from the checkpoint I restored, the system user is root, and my script has been chmoded with 755. My first command is to do another checkpoint, but it never works.

Re: [gem5-users] How to attach multiple disk images a simulation with gem5 fs.py?

2018-06-15 Thread Timon Evenblij
With fs.py, I had it working at some point with a small ugly hack to FSConfig.py I think. It is on another machine so I cannot check right now. I will probably make a cleaner way of doing this in the near future. However, the same method did not apply to a custom full-system script I am working

Re: [gem5-users] How to attach multiple disk images a simulation with gem5 fs.py?

2018-06-15 Thread Ciro Santilli
Thanks for confirming, Feel free to CC me directly if you end up submitting a patch. On Fri, Jun 15, 2018 at 1:37 PM, Timon Evenblij wrote: > With fs.py, I had it working at some point with a small ugly hack to > FSConfig.py I think. It is on another machine so I cannot check right now. > I

Re: [gem5-users] How to change the number of data message flits size + garnet

2018-06-15 Thread Krishna, Tushar
Yes you can change these values. The flit size is essentially the link width, and its default is 16B (128b), defines jn src/mem/ruby/network/garnet2.0/GarnetNetwork.py src/mem/ruby/network/Network.py defines the default control message size which is 8B (64b). The default data message size is in

Re: [gem5-users] How to attach multiple disk images a simulation with gem5 fs.py?

2018-06-15 Thread Jason Lowe-Power
Hi Ciro, I'm not sure if you can do it with fs.py (I bet not) :). When you set the ide controller up (e.g., pc.south_bridge.ide.disks) it takes a python list of length 2 of disk images. Cheers, Jason On Fri, Jun 15, 2018 at 6:43 AM Ciro Santilli wrote: > Thanks for confirming, > > Feel free

Re: [gem5-users] Gem5 - McPAT, fs_big.little.py Stats.txt to XML

2018-06-15 Thread Andreas Brokalakis
Hi George, in order to make this work you need to start with a proper template that can handle the bigLITTLE architecture. Then from stats.txt you will get the proper numerical values that are associated with you simulation (i.e. utilization factors) and from the gem5 config json file you'll get

[gem5-users] How to change the number of data message flits size + garnet

2018-06-15 Thread F. A. Faisal
Dear All, In the default garnet configuration, the default value of *ni_flit_size = *16 results in control messages fitting within 1 flit, and data messages fitting within 5 flits. However, I would like to increase the number of data message flit size to 10 flits or the control message size to 5