hello
I downloaded the gem5.I used the command line
scons build/ALPHA_Network_test/gem5. debug

It is built gem5 with the Network_test
after that, I am unable to run simulation.
I used the command line

./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

I get many warning and the errors like this:
   File "<string>", line 1, in <module>
  File
"/media/abbas/532129B46D555824/dehghani/gems/gem5/src/python/m5/main.py",
line 359, in main
  File "configs/example/ruby_network_test.py", line 132, in <module>
    m5.instantiate()
  File
"/media/abbas/532129B46D555824/dehghani/gems/gem5/src/python/m5/simulate.py",
line 106, in instantiate
  File
"/media/abbas/532129B46D555824/dehghani/gems/gem5/src/python/m5/SimObject.py",
line 1059, in createCCObject
  File
"/media/abbas/532129B46D555824/dehghani/gems/gem5/src/python/m5/SimObject.py",
line 1018, in getCCParams
 SystemError: NULL result without error in PyObject_Call


could anyone tell me how do I solve the problem?
thanks
please answer
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to