Hi everyone,

I've a problem creating an own configuration. Starting from the 
ruby_network_test.py I copied this configuration file and the network_test 
folder which includes networktest.cc/hh and NetworkTest.py. Then I renamed them 
to tt_network ... (and also the class and methods in the source file).

It compiles successfully but does not execute:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/gem5/src/python/m5/main.py", line 388, in main
    exec filecode in scope
  File "configs/example/ruby_tt_network_test.py", line 123, in <module>
    for ruby_port in system.ruby._cpu_ruby_ports:
  File "/gem5/src/python/m5/SimObject.py", line 736, in __getattr__
    raise AttributeError, err_string
AttributeError: object 'RubySystem' has no attribute '_cpu_ruby_ports'
  (C++ object is not yet constructed, so wrapped C++ methods are unavailable.)

Does somebody knows this error and could explain what I forgot/have to do?

Best regards,
Fabian

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

Reply via email to