[m5-dev] debug_ss

2009-09-22 Thread nathan binkert
When I run the regression tests, I get a file called debug_ss in my directory that is rather large. I'm assuming that this is some sort of debugging stuff for Ruby. Can whoever added this please remove it ASAP! Nate ___ m5-dev mailing list

Re: [m5-dev] debug_ss

2009-09-22 Thread Polina Dudnik
Nate, Can you please go into src/mem/ruby/debug/config.rb and find debug_ss and set it to none. This is Somayeh's debugging trace. Polina On Tue, Sep 22, 2009 at 2:50 PM, nathan binkert n...@binkert.org wrote: When I run the regression tests, I get a file called debug_ss in my directory that

[m5-dev] changeset in m5: multiattrdict: make multilevel nesting work pro...

2009-09-22 Thread Nathan Binkert
changeset 9e27313312e6 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=9e27313312e6 description: multiattrdict: make multilevel nesting work properly diffstat: 1 file changed, 5 insertions(+), 1 deletion(-) src/python/m5/util/attrdict.py |6 +- diffs (25

[m5-dev] changeset in m5: python: Move more code into m5.util allow SCons...

2009-09-22 Thread Nathan Binkert
changeset 4c84e771cca7 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=4c84e771cca7 description: python: Move more code into m5.util allow SCons to use that code. Get rid of misc.py and just stick misc things in __init__.py Move utility functions out of

[m5-dev] changeset in m5: scons: add slicc and ply to sys.path and PYTHON...

2009-09-22 Thread Nathan Binkert
changeset 380a32b43336 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=380a32b43336 description: scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access diffstat: 4 files changed, 12 insertions(+), 17 deletions(-) SConstruct | 19

[m5-dev] changeset in m5: params: small cleanup to param description inte...

2009-09-22 Thread Nathan Binkert
changeset 69714e675ee2 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=69714e675ee2 description: params: small cleanup to param description internals diffstat: 2 files changed, 6 insertions(+), 7 deletions(-) src/SConscript |7 +--

[m5-dev] changeset in m5: slicc: Pure python implementation of slicc.

2009-09-22 Thread Nathan Binkert
changeset ef5fae93a3b2 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=ef5fae93a3b2 description: slicc: Pure python implementation of slicc. This is simply a translation of the C++ slicc into python with very minimal reorganization of the code. The

Re: [m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression --scratch all

2009-09-22 Thread Korey Sewell
OK, it looks like changeset 6650 which fixed command line arguments (argc/argv) in MIPS switches up the initiliazation path of the code which in turn creates slightly different stats in instruction count and other things. I think it's OK to update the regression references. OK to update them all

Re: [m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression --scratch all

2009-09-22 Thread nathan binkert
OK, it looks like changeset 6650 which fixed command line arguments (argc/argv) in MIPS switches up the initiliazation path of the code which in turn creates slightly different stats in instruction count and other things. I think it's OK to update the regression references. OK to update them