Hi all
I want to run CMP and SMT hybrid architecture on gem5
but when I run the test I met this errors

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/xautray/gem5/src/python/m5/main.py", line 356, in main
    exec filecode in scope
  File "tests/run.py", line 78, in <module>
    execfile(joinpath(tests_root, category, name, 'test.py'))
  File "tests/quick/sparc-hello-2T-smt/test.py", line 32, in <module>
    root.system.cpu.workload = [process1, process2]
  File "/home/xautray/gem5/src/python/m5/params.py", line 178, in
__setattr__
    "Not allowed to set %s on '%s'" % (attr, type(self).__name__)
AttributeError: Not allowed to set workload on 'SimObjectVector'

Is there anyone what's the problem?And how to fix?

Thanks
-- 
Yours,Dongmeng
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to