I am trying to run spec2k6 in SE mode and used Mybench.py and cmp.py
as they ar stated in http://www.gem5.org/SPEC2006_benchmarks

When I run "... --bench bzip2" there are some errors related to those
two files. I fixed some of the them but I don't know what to do with
this one:

  File "configs/example/se.py", line 55, in <module>
    from cmp import *
  File "/home/mahmood/gem5/configs/common/cmp.py", line 126, in <module>
    system.cpu[i].connectMemPorts(system.tol2bus)
  File "/home/mahmood/gem5/src/python/m5/SimObject.py", line 604, in __getattr__
    % (self.__class__.__name__, attr)
AttributeError: object 'TmpClass' has no attribute 'connectMemPorts'


line 126 contains:
        system.cpu[i].connectMemPorts(system.tol2bus)

How can I fix that?

thanks
-- 
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to