Hello, I have downloaded the most recent gem5 source code from the repository and am trying to execute the PARSEC benchmark. I have built the gem5 binary (gem5.opt) for full system simulation and also enabled RUBY (RUBY=true) and PROTOCOL=MOESI_CMP_directory. But when I try to execute the PARSEC benchmark, the program terminates saying this.
*Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/gem5/src/python/m5/main.py", line 357, in main exec filecode in scope File "configs/example/ruby_fs.py", line 107, in <module> system = makeLinuxAlphaRubySystem(test_mem_mode, bm[0]) File "/home/gem5/configs/common/FSConfig.py", line 127, in makeLinuxAlphaRubySystem self.piobus.master_port = physmem.port File "/home/gem5/src/python/m5/SimObject.py", line 758, in __setattr__ %(self.__class__.__name__, attr) AttributeError: Class Bus has no parameter master_port *Any help/advice is really appreciated. Thanks for your time!! Thanks, Pavan
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users