Dear Gem5Users,

I tried to run sample configuration to start using GARNET in my NoC
research, but after I run the sample commands which were written in
http://www.gem5.org/Interconnection_Network, i got the following problem



gem5 compiled Apr 20 2015 18:30:54
gem5 started Apr 21 2015 17:46:06
gem5 executing on Malkawie
command line: ./build/ALPHA/gem5.debug configs/example/ruby_random_test.py
--num-cpus=16 --num-dirs=16 --topology=Mesh --mesh-rows=4
--garnet-network=fixed
Error: could not create sytem for ruby protocol MI_example
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/mmalkawie/new/gem5/src/python/m5/main.py", line 388, in main
    exec filecode in scope
  File "configs/example/ruby_random_test.py", line 108, in <module>
    Ruby.create_system(options, False, system)
  File "/home/mmalkawie/new/gem5/configs/ruby/Ruby.py", line 191, in
create_system
    % protocol)
  File "<string>", line 1, in <module>
  File "/home/mmalkawie/new/gem5/configs/ruby/MI_example.py", line 85, in
create_system
    clk_domain=system.cpu[i].clk_domain,
  File "/home/mmalkawie/new/gem5/src/python/m5/SimObject.py", line 1156, in
__getitem__
    raise IndexError, "Non-zero index '%s' to SimObject" % key
IndexError: Non-zero index '1' to SimObject





and the same problem displayed when I tried to run simple network.


Thanks & Regards
Minu
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to