Re: [m5-dev] a few questions

2009-07-21 Thread Derek Hower
2) What's the best way to add multiple protocols to the regression tests, so that all ruby related tests are run for each protocol? Somayeh is almost done with MESI and we need to make sure it's tested. I don't have a mechanism for that yet, but I will work on getting something together as

Re: [m5-dev] a few questions

2009-07-21 Thread Steve Reinhardt
On Tue, Jul 21, 2009 at 10:55 AM, Derek Howerd...@cs.wisc.edu wrote: 2) What's the best way to add multiple protocols to the regression tests, so that all ruby related tests are run for each protocol? Somayeh is almost done with MESI and we need to make sure it's tested. I don't have a

Re: [m5-dev] a few questions

2009-07-19 Thread nathan binkert
[responding on m5-dev since it's a better place to deal with this.] 1) How can I build a fast libm5?  i.e. with a -O3 compile flag Just replace libm5_debug.so with libm5_opt.so. There's also libm5_fast.so that has all of the debugging stuff #ifdef'd out. 2) What's the best way to add multiple

Re: [m5-dev] a few questions

2009-07-19 Thread Derek Hower
On Sun, Jul 19, 2009 at 6:02 PM, nathan binkertn...@binkert.org wrote: [responding on m5-dev since it's a better place to deal with this.] 1) How can I build a fast libm5?  i.e. with a -O3 compile flag Just replace libm5_debug.so with libm5_opt.so.  There's also libm5_fast.so that has all of