[m5-users] ALPHA crosscompiler info

2009-12-01 Thread Joel Hestness
Hi, On UTCS systems, we have always had trouble using the precompiled crosscompilers on the M5 site, as we have run into issues with directory structure or host system architecture. However, we have been able to build our own crosscompilers using crosstool to get by. We noticed that the M5

[m5-users] Reset Stats

2009-12-01 Thread Amir Hossein Hormati
Hi, How can I reset m5 stats from within a C benchmark (not python script)? Is there an example of that somewhere? Thanks Amir ___ m5-users mailing list m5-users@m5sim.org http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Re: [m5-users] fast-forwarding and switching cpus

2009-12-01 Thread Sujay Phadke
It seems the getsystemptr() is required in SE mode. if the #if FULL_SYSTEM is reinserted around that assertion, it doesnt compile. It fails because its required in line 145 in sim/pseudo_inst.cc How can I solve this? On Wed, 2009-11-18 at 10:37 -0800, Lisa Hsu wrote: I have a vague recollection