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
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
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
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,
>
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
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 *
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 *
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