hi, a very newbie question here. could the SE.py script be used with 03CPU?
I tried changing the CPU model option to "03CPU" when compiling/building the
executable and it compiles fine, except than when i try using SE.py it
returns
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "build/ALPHA_SE/python/m5/main.py", line 350, in main
execfile(sys.argv[0], scope)
File "configs/example/se.py", line 83, in <module>
(CPUClass, test_mem_mode, FutureClass) = Simulation.setCPUClass(options)
File "/home/nathjones/m5/configs/common/Simulation.py", line 19, in
setCPUClass
class TmpClass(AtomicSimpleCPU): pass
NameError: global name 'AtomicSimpleCPU' is not defined
The same thing happens when I use TimingSimpleCPU
It works when I use AtomicSimpleCPU or the default value though.
Thanks!
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users