Hi all,
I want to simulate a CMP which uses MOESI_token as coherency protocol.
Therefore, I have build gem5 as following:
scons build/ALPHA_MOESI_CMP_token/gem5.opt
I run gem5 by ruby_fs.py script as following:
./gem5.opt ~/gem5/configs/example/ruby_fs.py --cpu-type=timing
But, I encounter with following problem:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/hamidreza/gem5/src/python/m5/main.py", line 357, in main
exec filecode in scope
File "/home/hamidreza/gem5/configs/example/ruby_fs.py", line 107, in <module>
system = makeLinuxAlphaRubySystem(test_mem_mode, bm[0])
File "/home/hamidreza/gem5/configs/common/FSConfig.py", line 127, in
makeLinuxAlphaRubySystem
self.piobus.master_port = physmem.port
File "/home/hamidreza/gem5/src/python/m5/SimObject.py", line 758, in
__setattr__
% (self.__class__.__name__, attr)
AttributeError: Class Bus has no parameter master_port
Could you help me how this problem can be solved?
Thanks
--
Hamid Reza Khaleghzadeh
hkhaleghzadeh.webs.com
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users