Hello All,

I am relatively new to GEM5 and GARNET. When i try running the GARNET
standalone and copied and pasted the code given in documentation i.e
./build/ALPHA/gem5.debug configs/example/ruby_random_test.py
--num-cpus=16  --num-dirs=16  --topology=Mesh  --mesh-rows=4
--garnet-network=fixed

I got the following error. I have gone through all the archives and what i
found that changing swigs older version can make it work i installed swig
2.0.4... But still i am getting this error.

Please help me out.


warn: add_child('cls'): child 'credit_links0 credit_links1' already has
parent
warn: add_child('cls'): child 'credit_links0 credit_links1' already has
parent
warn: add_child('cls'): child 'credit_links0 credit_links1' already has
parent
Global frequency set at 1000000000 ticks per second
warn: rounding error > tolerance
    0.072760 rounded to 0
warn: rounding error > tolerance
    0.072760 rounded to 0
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/biplab/Desktop/Co-Design/gem5/src/python/m5/main.py", line
384, in main
    exec filecode in scope
  File "configs/example/ruby_random_test.py", line 157, in <module>
    m5.instantiate()
  File "/home/biplab/Desktop/Co-Design/gem5/src/python/m5/simulate.py",
line 112, in instantiate
    for obj in root.descendants(): obj.createCCObject()
  File "/home/biplab/Desktop/Co-Design/gem5/src/python/m5/SimObject.py",
line 1062, in createCCObject
    self.getCCParams()
  File "/home/biplab/Desktop/Co-Design/gem5/src/python/m5/SimObject.py",
line 1021, in getCCParams
    setattr(cc_params, param, value)
SystemError: NULL result without error in PyObject_Call
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to