> Yes, Thanks for your reply! > > Is there any method that I could figure out this problem? Or Need I use an > old version such as M5.b5? Thank you very much!
>From looking at the version of mybench.py on the wiki, I'm not sure how this worked in the first place since it has no import lines at all. At the very top of Mybench.py, add the line "from m5.objects import LiveProcess". Hopefully that should work. Nate _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
