Re: [m5-dev] changeset in m5: Fixed the licences plus minor fixes for compila...

2009-07-23 Thread Polina Dudnik
Sorry, I yet again have one push for two different things. I also modified state machine besides fixing the licenses. Nate, I am not sure what the licenses for getopt should be. On Thu, Jul 23, 2009 at 11:28 AM, Polina Dudnik pdud...@gmail.com wrote: changeset 82ee4a597908 in /z/repo/m5

[m5-dev] running ruby_se.py

2009-07-23 Thread Krishna, Tushar
Hi, Can anyone tell me how to run ruby_se.py ? I tried ./build/ALPHA_SE/m5.debug configs/example/ruby_se.py -m 10 - But it complains that libruby_file (which points to a non-existent libruby.so file in the code) is not part of the RubyMemory class. - Do I also

Re: [m5-dev] running ruby_se.py

2009-07-23 Thread Somayeh Sardashti
to compile ruby in gem5 run: scons build/ALPHA_SE/m5.debug USE_MYSQL=No RUBY=True update_ref=True and then to test it by memtest-ruby you should do: scons build/ALPHA_SE/tests/fast/quick/50.memtest/alpha/linux/memtest-ruby Somayeh Krishna, Tushar wrote: Hi, Can anyone tell me how to run

Re: [m5-dev] question about Ruby configuration (in M5 style)

2009-07-23 Thread Steve Reinhardt
I'm not sure exactly what you're asking... you should instantiate Debug from your configuration script. Once you do that, everything else should just work. I don't know enough about how lib-ruby is built or used to say more. Steve On Wed, Jul 22, 2009 at 1:33 PM, Somayeh

Re: [m5-dev] running ruby_se.py

2009-07-23 Thread Beckmann, Brad
Tushar and I see that you can run MemTest through ruby using the regression tester interface, but we were hoping to run MemTest directly from the command line. I see that configs/example/memtest.py allow you to configure the MemTest cpu object from the command line, but it only seems to work

Re: [m5-dev] running ruby_se.py

2009-07-23 Thread Somayeh Sardashti
If you want to test ruby, you should use memtest-ruby.py instead of memtest.py Somayeh Beckmann, Brad wrote: Tushar and I see that you can run MemTest through ruby using the regression tester interface, but we were hoping to run MemTest directly from the command line. I see that

Re: [m5-dev] changeset in m5: Fixed the licences plus minor fixes for compila...

2009-07-23 Thread Polina Dudnik
Yes, the tester uses it although it doesn't have to. Is that a problem? On Thu, Jul 23, 2009 at 9:27 PM, nathan binkert n...@binkert.org wrote: Sorry, I yet again have one push for two different things. I also modified state machine besides fixing the licenses. Nate, I am not sure what the