ruby: Removed g_SIMULATING flag
authorPolina Dudnik <pdudnik@gmail.com>
Mon, 11 May 2009 17:38:46 +0000 (10:38 -0700)
committerPolina Dudnik <pdudnik@gmail.com>
Mon, 11 May 2009 17:38:46 +0000 (10:38 -0700)
commit29f82f265aa7085eaf0659be8f67b2a95f5326e5
tree4dabd61894ed58d3d35487ef4dfa6b70f7e6f8d7
parentb271090923aedd9a01d845023439af63cac46e55
ruby: Removed g_SIMULATING flag
1. removed checks from tester files
2. removed else clause in Sequencer and DirectoryMemory else clause is
needed by the tester, it is up to Derek to revive it elsewhere when he
gets to it

Also:
1. Changed m_entries in DirectoryMemory to a map
2. And replaced SIMICS_read_physical_memory with a call to now-dummy
Derek's-to-be readPhysMem function
src/mem/ruby/config/config.hh
src/mem/ruby/config/rubyconfig.defaults
src/mem/ruby/config/tester.defaults
src/mem/ruby/system/DirectoryMemory.cc
src/mem/ruby/system/DirectoryMemory.hh
src/mem/ruby/system/Sequencer.cc
src/mem/ruby/tester/DeterministicDriver.cc
src/mem/ruby/tester/RaceyDriver.cc
src/mem/ruby/tester/SyntheticDriver.cc
src/mem/ruby/tester/Tester.cc
src/mem/ruby/tester/main.cc