ruby: Fix RubyMemory to work with the newer ruby.
authorNathan Binkert <nate@binkert.org>
Mon, 6 Jul 2009 22:49:47 +0000 (15:49 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 6 Jul 2009 22:49:47 +0000 (15:49 -0700)
commitda704f52e55dd2649e53bf233f948c897727f13d
tree150514b6e67a108c56ad771adeb908713b06df65
parenta7904e2cf341d5452c5622adfcbdcd268d4ab7d1
ruby: Fix RubyMemory to work with the newer ruby.
15 files changed:
src/mem/RubyMemory.py
src/mem/ruby/SConsopts
src/mem/ruby/storebuffer/storebuffer.cc
src/mem/ruby/storebuffer/storebuffer.hh
src/mem/rubymem.cc
src/mem/rubymem.hh
tests/configs/memtest-ruby.py
tests/configs/o3-timing-mp-ruby.py
tests/configs/o3-timing-ruby.py
tests/configs/ruby_config.py [new file with mode: 0644]
tests/configs/simple-atomic-mp-ruby.py
tests/configs/simple-atomic-ruby.py
tests/configs/simple-timing-mp-ruby.py
tests/configs/simple-timing-ruby.py
tests/run.py