Hi,

I have built ALPHA_FE_MESI_CMP_directory protocol m5.opt, and am trying to
use that with 4 processors
build/ALPHA_FS_MESI_CMP_
directory/m5.opt configs/example/ruby_fs.py -n 4

I am getting the following error:
command line: build/ALPHA_FS_MESI_CMP_directory/m5.opt
configs/example/ruby_fs.py -n 4
Pritha started m5.main
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/pritha/m5/src/python/m5/main.py", line 359, in main
    exec filecode in scope
  File "configs/example/ruby_fs.py", line 112, in <module>
    system = makeLinuxAlphaRubySystem(test_mem_mode, bm[0])
  File "/home/pritha/m5/configs/common/FSConfig.py", line 115, in
makeLinuxAlphaRubySystem
    self.piobus.port = physmem.port
  File "/home/pritha/m5/src/python/m5/SimObject.py", line 551, in
__getattr__
    % (self.__class__.__name__, attr)
AttributeError: object 'LinuxAlphaSystem' has no attribute 'piobus'


Could someone help me regarding this? Am I doing something wrong?

Pritha
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to