Re: [gem5-users] Ruby Alone

2012-01-31 Thread Tushar Krishna
You can run garnet (+ orion) standalone like this: http://gem5.org/Networktest You can read more about the network implementation and how to invoke garnet here: http://gem5.org/Interconnection_Network cheers, Tushar On Jan 31, 2012, at 8:14 PM, Monobrata Debnath wrote: > Hello Gem5, > > Can

[gem5-users] Ruby Alone

2012-01-31 Thread Monobrata Debnath
Hello Gem5, Can anyone let me know how to run ruby alone along with garnet and Orion (without simics).I had asked this gems group and I a redirected to gem5. Thanks in advance, Monobrata -- = *Monobrata Debnath Graduate Research Assistant Computer Architectur

[gem5-users] Change L1 cache bandwidth

2012-01-31 Thread qizheng
I wanna change L1 cache bandwidth, but I failed finding information and parameters of the connection between CPU and L1 cache. For main memory, I can just change system bus width and L2 mshr nums, but for L1 cache I wonder if the only way is to change block size of cache. Thanks.

Re: [gem5-users] problem Running program in FS mode

2012-01-31 Thread Surya Narayanan
ry : No Such file or directory >> /tmp/script: line 5: ./home/Desktop/try/greater : No Such file or >> directory >> >> >> can you please tell me where should i make the changes to validate these >> paths and to execute the program? >> >>

Re: [gem5-users] Problem trying to invoke Garnet on gem5 simulator

2012-01-31 Thread Pavan Poluri
Thanks a lot Tushar for your explanation. Pavan On Mon, Jan 30, 2012 at 3:06 PM, Tushar Krishna wrote: > ** > Hi Pavan, > > Virtual networks carry different coherence message types to avoid protocol > level deadlocks in gem5. > As a simplest example, vnet 0 might carry requests and vnet 1 might

Re: [gem5-users] problem Running program in FS mode

2012-01-31 Thread Paul Rosenfeld
/home/Desktop doesn't sound like the right path ... usually the home folder is /home/USERNAME/ -- have you double checked to make sure the path is correct? On Tue, Jan 31, 2012 at 3:13 AM, Surya Narayanan wrote: > Hello, > Its a basic doubt of how to run a manually compiled program in FS > m

[gem5-users] problem Running program in FS mode

2012-01-31 Thread Surya Narayanan
Hello, Its a basic doubt of how to run a manually compiled program in FS mode. 1) the program should be compiled without --static. 2) I have modified the .rcS script like this cd /home/Desktop/try /sbin/m5 switchcpu /sbin/m5 dumpstats /sbin/m5 resetstats ./greater # (greater executable i