ruby: added the GEMS ruby tester
authorBrad Beckmann <Brad.Beckmann@amd.com>
Sat, 30 Jan 2010 04:29:23 +0000 (20:29 -0800)
committerBrad Beckmann <Brad.Beckmann@amd.com>
Sat, 30 Jan 2010 04:29:23 +0000 (20:29 -0800)
commit45230a4f6b82af61c05fcf93b6e1a9319fcb0a2e
treebe5514d8ae75df903599758fa2fa86834e9142b1
parent4eb3bfc31b66a6835a398ba2f0a11ea9b78d525d
ruby: added the GEMS ruby tester
16 files changed:
configs/example/rubytest.py [new file with mode: 0644]
src/cpu/rubytest/Check.cc [new file with mode: 0644]
src/cpu/rubytest/Check.hh [new file with mode: 0644]
src/cpu/rubytest/CheckTable.cc [new file with mode: 0644]
src/cpu/rubytest/CheckTable.hh [new file with mode: 0644]
src/cpu/rubytest/RubyTester.cc [new file with mode: 0644]
src/cpu/rubytest/RubyTester.hh [new file with mode: 0644]
src/cpu/rubytest/RubyTester.py [new file with mode: 0644]
src/cpu/rubytest/SConscript [new file with mode: 0644]
src/mem/request.hh
src/mem/ruby/common/SubBlock.hh
src/mem/ruby/system/RubyPort.cc
src/mem/ruby/system/RubyPort.hh
src/mem/ruby/system/Sequencer.cc
src/mem/ruby/system/Sequencer.hh
src/mem/ruby/system/Sequencer.py