Re: [gem5-users] How to simulate Bus topology in gem5

2018-03-01 Thread Midhun P
Hi all, Anybody knows how to run bus topology in gem5? Regards, Midhun P mail to : midhunpmad...@gmail.com Mobile : +91-9946001223 On Fri, Feb 16, 2018 at 11:11 AM, Midhun P wrote: > Hi all, > > I am trying to compare a new topology with bus

[gem5-users] Network latency in dist-gem5

2018-03-01 Thread ??????
Hi, I have tested the dist-gem5 using the example booting script, which issue a ping command to test the network connectivity. However, I have noticed that the latency for the ping command is extremely high, as 993ms. Is there any way to shorten this latency or is there anything wrong with the

Re: [gem5-users] Question about gem5

2018-03-01 Thread TungHoang_GMail
You can define number of controller via " --mem-channels-<#>" option of se/fs.py script. If you deep dive se/fs.py script then you can see they both call configs/common/MemConfig.py class. If you look into config_mem method then you can see a number of controller can be configured

Re: [gem5-users] Errors building on Ubuntu 17.10

2018-03-01 Thread SHARJEEL KHILJI
Hi to all in this discussion, I wanted to add some points to the discussion above regarding ARM+ RUBY. I have been working with ARM +RUBY and I have simulated 2x2/ 4x4 Mesh_XY NoC with MESI_Two_Level protocol. This protocol works fine with ARM in full system mode. But originally MESI_Two_Level

Re: [gem5-users] Question about gem5

2018-03-01 Thread Saivarun R
Hi, To have two memory controllers, you can use command line option, mem-channels=2. And this would create a configuration like this. PFA. Hope this helps. Thank you Varun config.dot.pdf Description: Adobe PDF document ___ gem5-users mailing list

[gem5-users] Question about gem5

2018-03-01 Thread 김성규
Hello.I'm using gem5, and I want to make a system configuration with one CPU, and 2 memory (controller) objects connected to master port of memory bus.(Attached figure may be help)I could not find how to attach additional memory and assign address to it.If it is not an excuse,could you let me