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

2009-07-30 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/30.eio-mp/alpha/eio/simple-atomic-mp passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/simple-atomic-ruby passed. * build/ALPHA_SE/tests/fast/quick/20.eio-short/alpha/eio/simple-timing passed. *

Re: [m5-dev] MIPS_SE compile error

2009-07-30 Thread nathan binkert
Korey, can you please comment on this? I'd like to commit a fix since I'm running a compiler that fails on this as well. Nate On Wed, Jul 29, 2009 at 2:48 PM, Vince Weavervi...@csl.cornell.edu wrote: Hello not sure if this is the proper place to send packages, but here it goes currently

Re: [m5-dev] MIPS_SE compile error

2009-07-30 Thread Gabriel Michael Black
This is actually my fault, I think. I changed around the code to use BitUnions and I must have accidentally deleted an = here. I'm pretty confident it's correct, but if you want to be sure you could look at the diff of that change and see what the logic used to be. I'm a little surprised

Re: [m5-dev] MIPS_SE compile error

2009-07-30 Thread Gabriel Michael Black
Confident that this fix is correct, that is. I just checked the diff of the older change and I did accidentally nuke an =. If you're in a hurry please go ahead and commit this fix. Gabe Quoting Gabriel Michael Black gbl...@eecs.umich.edu: This is actually my fault, I think. I changed

[m5-dev] changeset in m5: compile: fix accidental conversion of == into =

2009-07-30 Thread Nathan Binkert
changeset 58e3056d918e in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=58e3056d918e description: compile: fix accidental conversion of == into = diffstat: 1 file changed, 1 insertion(+), 1 deletion(-) src/arch/mips/mt.hh |2 +- diffs (12 lines): diff -r

[m5-dev] GEM5 Issues

2009-07-30 Thread Beckmann, Brad
Hi All, Tushar and I have noticed a few issues with GEM5 and we were wondering if anyone had plans to fix them. If not, we'll go ahead and check in fixes to the global repository. I just want to make sure we're not stepping on anyone's toes. - Fix SLICC so that protocol generated files are

Re: [m5-dev] GEM5 Issues

2009-07-30 Thread nathan binkert
I have no plans to fix any of this, but please do not just check in fixes without sending out patches for review.I'm particularly interested in the first two. For the generated protocol code, are you trying to simultaneously compile multiple protocols into the same binary or just trying to

[m5-dev] Fwd: GEM5 Issues

2009-07-30 Thread Derek Hower
-- Forwarded message -- From: Derek Hower derek.ho...@gmail.com To: M5 Developer List m5-dev@m5sim.org Date: Thu, 30 Jul 2009 23:24:08 -0500 Subject: Re: [m5-dev] GEM5 Issues On Thu, Jul 30, 2009 at 7:46 PM, Beckmann, Bradbrad.beckm...@amd.com wrote: Hi All, Tushar and I have