Re: [m5-dev] Review Request: ruby-stats: support for dump_stats instruction

2011-05-05 Thread Korey Sewell
On 2011-05-03 17:45:41, Brad Beckmann wrote: Can we change the name of Time in base/time.hh instead of Time in Ruby? Right now this patch touches 50+ Ruby files and a bunch of lines within those files just to change Time to RTime. It seems that far fewer changes would be required

[m5-dev] changeset in m5: ruby: use RubyMemory flag remove setDebug() f...

2011-05-05 Thread Korey Sewell
changeset f64b07758814 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=f64b07758814 description: ruby: use RubyMemory flag remove setDebug() functionality The RubyMemory flag wasnt used in the code, creating large gaps in trace output. Replace cprintfs

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

2011-05-05 Thread Cron Daemon
* build/ALPHA_SE/tests/opt/quick/20.eio-short/alpha/eio/simple-atomic passed. * build/ALPHA_SE/tests/opt/quick/00.hello/alpha/tru64/simple-timing passed. * build/ALPHA_SE/tests/opt/quick/00.hello/alpha/linux/o3-timing passed. *

Re: [m5-dev] Review Request: Cache: fix vector stats in classic cache to have matching lengths

2011-05-05 Thread nathan binkert
I don't know.  Is it?  I haven't opened a file in dev/ in years.  Does this involve changing all device models?  Changing something in a port interface?  Which?  I don't know.  I have not looked into it at all.  I tried to page out as little of what I was doing to fix this vector length

Re: [m5-dev] src/dest detection in the ISA descriptions

2011-05-05 Thread Steve Reinhardt
On Wed, May 4, 2011 at 2:25 PM, Gabe Black gbl...@eecs.umich.edu wrote: Did that make sense? I see how that could work... I think I was more puzzled by how you would figure out that for (int i = 0; i 7; i++) Dest.bytes[i] = Source1.bytes[i] + Source2.bytes[i]; overwrote all of