[m5-dev] changeset in m5: se-configs: edit se.py to account for non-O3CPU...

2009-07-25 Thread Korey Sewell
changeset af82c0870667 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=af82c0870667 description: se-configs: edit se.py to account for non-O3CPU workloads diffstat: 1 file changed, 4 insertions(+) configs/example/se.py |4 diffs (14 lines): diff -r c9f811e3def

Re: [m5-dev] changeset in m5: merge sparc fix w/2t regress fix

2009-07-25 Thread Gabe Black
You seem to have broken se.py for cases where you're not using the detailed CPU. In those cases, "workloads" isn't defined and python barfs on the line where you try to check its length. One potential fix is to set workloads to "None" before "if options.detailed:" and then wrap the new line you

[m5-dev] changeset in m5: merge sparc fix w/2t regress fix

2009-07-25 Thread Korey Sewell
changeset c9f811e3def9 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=c9f811e3def9 description: merge sparc fix w/2t regress fix diffstat: 1 file changed, 2 insertions(+), 2 deletions(-) src/arch/sparc/nativetrace.cc |4 ++-- diffs (21 lines): diff -r 2352ea7fb955

[m5-dev] changeset in m5: regress: edit 2t hello smt file to specify numT...

2009-07-25 Thread Korey Sewell
changeset 2352ea7fb955 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=2352ea7fb955 description: regress: edit 2t hello smt file to specify numThreads diffstat: 1 file changed, 1 insertion(+) tests/quick/01.hello-2T-smt/test.py |1 + diffs (8 lines): diff -r 70172b

Re: [m5-dev] changeset in m5: o3-smt: enforce numThreads parameter for SMT SE...

2009-07-25 Thread Gabe Black
Steve Reinhardt wrote: > On Fri, Jul 24, 2009 at 10:23 PM, Gabe Black wrote: > >> We could also add a command line argument to the script. One thing to >> note is that I think se.py is supposed to just be an example. I have the >> impression it's often used exactly as is though, so that may not

[m5-dev] changeset in m5: SPARC: Fix a minor compile bug in native trace ...

2009-07-25 Thread Gabe Black
changeset 4ace94e801cb in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=4ace94e801cb description: SPARC: Fix a minor compile bug in native trace on gcc > 4.1. diffstat: 1 file changed, 2 insertions(+), 2 deletions(-) src/arch/sparc/nativetrace.cc |4 ++-- diffs (21 l

Re: [m5-dev] changeset in m5: o3-smt: enforce numThreads parameter for SMT SE...

2009-07-25 Thread Steve Reinhardt
On Fri, Jul 24, 2009 at 10:23 PM, Gabe Black wrote: > > We could also add a command line argument to the script. One thing to > note is that I think se.py is supposed to just be an example. I have the > impression it's often used exactly as is though, so that may not be a > valid way to look at it.

[m5-dev] Cron /z/m5/regression/do-regression quick

2009-07-25 Thread Cron Daemon
scons: *** [build/SPARC_SE/arch/sparc/nativetrace.fo] Error 1 * build/ARM_SE/tests/fast/quick/00.hello/arm/linux/simple-atomic passed. * build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-timing passed. * build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-timing-ruby passed.