Re: [gem5-users] ruby in FS with 64 cores

2012-01-24 Thread biswabandan panda
Thanks Nilay On Wed, Jan 25, 2012 at 2:49 AM, Nilay Vaish wrote: > You will need to mention the following line after both ruby and system > objects have been created in ruby_fs.py. > > system.system_port = system.ruby._sys_port_proxy.**port > > -- > Nilay > > > On Sun, 22 Jan 2012, biswabandan p

Re: [gem5-users] ruby in FS with 64 cores

2012-01-24 Thread Nilay Vaish
You will need to mention the following line after both ruby and system objects have been created in ruby_fs.py. system.system_port = system.ruby._sys_port_proxy.port -- Nilay On Sun, 22 Jan 2012, biswabandan panda wrote: Hi all, I tried to run 64 cores with the following command : *

[gem5-users] ruby in FS with 64 cores

2012-01-22 Thread biswabandan panda
Hi all, I tried to run 64 cores with the following command : * command line: build/ALPHA_FS/gem5.fast configs/example/ruby_fs.py -n 64 --num-dirs=64 --l1i_size=32kB --l1d_size=32kB --l2_size=8MB --num-l2cache=8 --topology=Mesh --mesh-rows=8* Outout: warning: overwriting port .tsunami.i