Ruby: Update backing store option to propagate through to all RubyPorts
authorJason Power <power.jg@gmail.com>
Thu, 26 Feb 2015 15:58:26 +0000 (09:58 -0600)
committerJason Power <power.jg@gmail.com>
Thu, 26 Feb 2015 15:58:26 +0000 (09:58 -0600)
commit670f44e05eb8eb1a56b36c4390cf83807a28d823
treea050dd6f28aebe5221bcf109c2dadb085ad1a67c
parentf18d2120fa66803912dcce61fe6c704a6a05a2d1
Ruby: Update backing store option to propagate through to all RubyPorts

Previously, the user would have to manually set access_backing_store=True
on all RubyPorts (Sequencers) in the config files.
Now, instead there is one global option that each RubyPort checks on
initialization.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
configs/ruby/Ruby.py
src/mem/ruby/system/DMASequencer.cc
src/mem/ruby/system/DMASequencer.hh
src/mem/ruby/system/RubyPort.cc
src/mem/ruby/system/RubySystem.py
src/mem/ruby/system/Sequencer.py
src/mem/ruby/system/System.cc
src/mem/ruby/system/System.hh