Hello All,
I am running simulations in SE mode using the se.py with fastforward and
switch_cpu options. I am getting an error when the number of cpus are more
than one. The command I am running and the corresponding error messege is
given here.
./build/ALPHA_SE/m5.opt configs/example/se.py -d --caches --l2cache
--fast-forward=100 --max-inst 100000 -n 2 -s
Filename filename
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/scratch/tripti/m5/src/python/m5/main.py", line 360, in main
exec filecode in scope
File "configs/example/se.py", line 161, in <module>
Simulation.run(options, root, system, FutureClass)
File "/scratch/tripti/m5/configs/common/Simulation.py", line 169, in run
testsys.switch_cpus = switch_cpus
File "/scratch/tripti/m5/src/python/m5/SimObject.py", line 621, in
__setattr__
self.add_child(attr, value)
File "/scratch/tripti/m5/src/python/m5/SimObject.py", line 668, in
add_child
(name, child._name, child._parent)
AttributeError: 'SimObjectVector' object has no attribute '_name'
What else need to be modified?
thanks and regards,
Tripti Warrier
IIT M
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users