Re: [gem5-users] Default network test

2012-12-24 Thread Vineeth Mohan
Hi, Is there any source from where I can get a detailed explanation of the simulation output (i.e. as in ruby.stats file) ? Also, is gem5 capable of generating power profile for memory accesses? Kind regards, Vineeth On Mon, Dec 24, 2012 at 3:09 PM, Vineeth Mohan wrote: > Hi Tushar, > > Th

Re: [gem5-users] Default network test

2012-12-23 Thread Vineeth Mohan
Hi Tushar, Thanks for the help. Now I know where I should look for the simulation output :) Best, Vineeth On Sun, Dec 23, 2012 at 2:28 PM, Tushar Krishna wrote: > The observed behavior is not incorrect. > Just like that thread, you should have seen: > > info: Entering event queue @ 0. Starti

Re: [gem5-users] Default network test

2012-12-22 Thread Tushar Krishna
The observed behavior is not incorrect. Just like that thread, you should have seen: info: Entering event queue @ 0. Starting simulation… hack: be nice to actually delete the event here Exiting @ tick because Ruby Tester completed. This means the simulation ran fine. And you should be able

Re: [gem5-users] Default network test

2012-12-22 Thread Vineeth Mohan
Hi Tushar, I have the same problem as mentioned in this thread: http://www.mail-archive.com/gem5-users@gem5.org/msg05921.html It doesn't give any error, only warnings. But gem5 exits without any simulation. Best, Vineeth On Sun, Dec 23, 2012 at 1:34 PM, Tushar Krishna wrote: > Hi Vineeth, >

Re: [gem5-users] Default network test

2012-12-22 Thread Tushar Krishna
Hi Vineeth, Yeah it should be ruby_random_test.py instead of run_random_test.py .. I will edit that on the wiki. But you seem to indicate that "it does not work" with ruby_random_test.py? What do you mean by that? Did it give you some error? - Tushar On Dec 23, 2012, at 12:29 AM, Vineeth Mohan

[gem5-users] Default network test

2012-12-22 Thread Vineeth Mohan
Hi, I am working on optical NoC and I am trying to learn gem5 for interconnection networks. I tried to run gem5 to invoke a network using the instructions on the wiki page : http://www.m5sim.org/Interconnection_Network However, the simulation does not occur. I find that there is no file named *

[gem5-users] default network test

2012-12-22 Thread Vineeth Mohan
Hi, I am working on optical NoC and I am trying to learn gem5 for interconnection networks. I tried to run gem5 to invoke a network using the instructions on the wiki page : http://www.m5sim.org/Interconnection_Network However, the simulation does not occur. I find that there is no file named *

[gem5-users] default network test: "Warning: rounding error > tolerance"

2012-11-16 Thread Payne, Benjamin
Hello, I installed gem5 on a fresh installation of CentOS 6.3 64bit using the following commands: sudo yum install mercurial scons swig gcc m4 python python-devel gcc-c++ zlib-devel hg clone http://repo.gem5.org/gem5 cd gem5/ scons build/ARM/gem5.opt -j2 scons build/X86/gem5.opt -j2 build/X86/g