Dear all,

I am trying to run the example of Ruby using gem5. I am trying to run nothing 
more than the example as shown in the wiki.
http://www.m5sim.org/Ruby_Network_Test

I compile with:

scons build/ALPHA_Network_test/gem5.debug

And I run with:

./build/ALPHA_Network_test/gem5.debug configs/example/ruby_network_test.py  \  
 --num-cpus=16 --num-dirs=16 --topology=Mesh --mesh-rows=4  \ 
 --sim-cycles=1000 \  
 --injectionrate=0.01 \  
 --synthetic=0 \  
 --fixed-pkts \  
 --maxpackets=1 \  
 --garnet-network=fixed

The simulation never finishes and it crashes with the following message:

panic: Cannot test intersection of [0 : 0x1ffffffff], [9 : 6] XOR [23 : 20] = 0 
and [0 : 0x7ffffff]
 @ tick 0
[intersects:build/ALPHA_Network_test/base/addr_range.hh, line 304]
Memory Usage: 103624 KBytes
Program aborted at cycle 0

I tried to update in order to solve the problem but to no avail. I also noticed 
that other users had the same problem.

Any thoughts?

Thanks,
Panayiotis Englezakis
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to