Hello All,

I just cloned the latest version of gem5. I am unable to run simulations
with RUBY. I get an AttributeError that says - object 'LinuxX86System' has
no attribute 'physmem'

here's the error Traceback:

  File "<string>", line 1, in <module>
  File "/home/arunkumar/gem5_distrib/gem5/src/python/m5/main.py", line 387,
in main
    exec filecode in scope
  File "configs/example/ruby_fs.py", line 135, in <module>
    for i in xrange(len(system.physmem)):
  File "/home/arunkumar/gem5_distrib/gem5/src/python/m5/SimObject.py", line
728, in __getattr__
    % (self.__class__.__name__, attr)
AttributeError: object 'LinuxX86System' has no attribute 'physmem'

I have tried it with timing and detailed cpus and I get the same error.

I am not sure why this is happening. The class "System" has the protected
member physmem. I checked that "LinuxX86System" inherits from "X86System",
which inherits from "System".

Does anyone know why this might be happening?

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

Reply via email to