Hi,
I want to simulate MESI cache coherence protocol using snoop
filtering. For this simulation i used the following command :
./build/ARM/gem5.opt configs/example/se.py --ruby --cpu-type timing -c
testa/test-progs/hello/bin/X86/linux/hello
but it gave the following error
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/nrs/Desktop/gem5/src/python/importer.py", line 73, in
load_module
exec code in mod.__dict__
File "/home/nrs/Desktop/gem5/src/python/m5/__init__.py", line 35,
in <module>
import internal
File "/home/nrs/Desktop/gem5/src/python/importer.py", line 73, in
load_module
exec code in mod.__dict__
File "/home/nrs/Desktop/gem5/src/python/m5/internal/__init__.py",
line 31, in <module>
import event
File "/home/nrs/Desktop/gem5/src/python/importer.py", line 73, in
load_module
exec code in mod.__dict__
File "/home/nrs/Desktop/gem5/build/ARM/python/swig/event.py", line
109, in <module>
class Event(m5.internal.serialize.Serializable):
AttributeError: 'module' object has no attribute 'internal'
I have not made any changes in the script still im unable to simulate.
Kindly help me with this.
Thank you !
Pranita Soalnke
Master of Technology
Computer Science and Engineering
NIT Tiruchirapalli
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users