[m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression quick

2009-07-21 Thread Cron Daemon
scons: *** [build/MIPS_SE/mem/protocol/L1Cache_Entry.fo] Error 1 scons: *** [build/MIPS_SE/mem/ruby/profiler/Profiler.fo] Error 1 scons: *** [build/MIPS_SE/mem/protocol/Directory_TBE.fo] Error 1 scons: *** [build/MIPS_SE/mem/protocol/RequestMsg.fo] Error 1 scons: ***

[m5-dev] changeset in m5: MIPS: Many style fixes.

2009-07-21 Thread Gabe Black
changeset 4a2ff62c3b4f in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=4a2ff62c3b4f description: MIPS: Many style fixes. White space, commented out code, some other minor fixes. diffstat: 28 files changed, 1023 insertions(+), 1500 deletions(-)

Re: [m5-dev] m5 web cross-reference

2009-07-21 Thread nathan binkert
[Sorry, Alex hit send last time] Awesome! As a note, I was looking into this a little bit and there was some stuff about tomcat 6 not working. I'm not sure if this is still true, but just in case. Nate ___ m5-dev mailing list m5-dev@m5sim.org

Re: [m5-dev] m5 web cross-reference

2009-07-21 Thread Steve Reinhardt
Finally got a chance to look at this... looks awesome! My dreams may come true after all! Thanks! On Sun, Jul 19, 2009 at 10:16 PM, Ali Saidisa...@umich.edu wrote: I'll try to make it happen on m5sim.org... Ali On Jul 18, 2009, at 8:33 PM, Gabe Black wrote: That site lists exuberant ctags

[m5-dev] New Ruby Features

2009-07-21 Thread Derek Hower
As I'm sure you've all noticed, a new version of Ruby has been checked in to the main m5 tree. This new version was the result of an effort to turn Ruby into a general library that could interface with a variety of drivers. Along the way a significant clean-up of the Ruby code has occurred, as

[m5-dev] running ruby random tester on GEM5

2009-07-21 Thread Krishna, Tushar
Hi, Can anyone tell me how to run the ruby random tester on GEM5? I think that memtest-ruby.py is the test file but am not sure how to run it (within the regression framework?). Also, I am unclear whether to specify RUBY=True in the scons build if I want to run the ruby testers? Thanks

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] Scons with SLICC

2009-07-21 Thread nathan binkert
I've noticed that scons creates and runs the SLICC parser every time you build.  Is this absolutely necessary?  It seems to slow down the build quite a bit, especially when recompiling a minor change. This shouldn't be happening. Does this happen whether or not you make any changes? Can you