[gem5-users] fill memory at zero cycle

2017-08-12 Thread Dave Wen
Hi all, I'm wondering to know does any example to show how to fill (part of) the memory at the beginning of the simulation. I knew the system_port is used to load the bin into memory directly. But I didn't find an example in config with a quick peek. thanks, Dave _

Re: [gem5-users] injection rate

2017-08-12 Thread matild breo
Hi can anybody help me? Thanks On Sat, Aug 12, 2017 at 12:04 PM, matild breo wrote: > and I have another elementary question too. > > how can I compare stats.txt of two designs? with which stats I can underst > and the improvement of performance ? > > > Thanks. > > > On Sat, Aug 12, 2017 at 1

Re: [gem5-users] injection rate

2017-08-12 Thread dipu . 7009
Dear All, I like to add one more question within this issue. I like to know how much clock cycle is required for the neighbor node to send the complete packet i.e. Node 0 to node 1 in mesh connection in garnet 2.0. In this case, if the packet requires to wait infinite time, then can we check w

Re: [gem5-users] injection rate

2017-08-12 Thread matild breo
and I have another elementary question too. how can I compare stats.txt of two designs? with which stats I can understand the improvement of performance ? Thanks. On Sat, Aug 12, 2017 at 11:56 AM, matild breo wrote: > Thank you Tushar > > does it need to convert tick to clock cycle? > > On S

Re: [gem5-users] injection rate

2017-08-12 Thread matild breo
Thank you Tushar does it need to convert tick to clock cycle? On Sat, Aug 12, 2017 at 11:52 AM, matild breo wrote: > Hi Tushar > > > yes I saw the packet and flit injection like bellow in my stas.txt: > > > system.ruby.network.packets_injected | 0 0.00% > 0.00% | 0

Re: [gem5-users] injection rate

2017-08-12 Thread Tushar Krishna
For avg rate just divide total packets injected by total cycles (sim_ticks) Different values are per virtual network. Their sum will add up to the total. > On Aug 12, 2017, at 3:22 AM, matild breo wrote: > > Hi Tushar > > > yes I saw the packet and flit injection like bellow in my stas.txt:

Re: [gem5-users] injection rate

2017-08-12 Thread matild breo
Hi Tushar yes I saw the packet and flit injection like bellow in my stas.txt: system.ruby.network.packets_injected | 0 0.00% 0.00% | 0 0.00% 0.00% | 88805 0.78% 0.78% | 5593156 49.00% 49.77% | 5652975 49.52% 99.29% | 80

Re: [gem5-users] injection rate

2017-08-12 Thread Krishna, Tushar
The stats.txt file lists the packet injection rate when u run any design with garnet2.0 Cheers, Tushar On Aug 12, 2017, at 2:57 AM, matild breo mailto:matild.b...@gmail.com>> wrote: Hi can anybody help me? Thanks On Fri, Aug 11, 2017 at 10:36 PM, matild breo mailto:matild.b...@gmail.com>>