ruby: register multiple memory controllers
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 15 Oct 2012 22:27:17 +0000 (17:27 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 15 Oct 2012 22:27:17 +0000 (17:27 -0500)
commit61434a9943236e8586d9ac772cfe3de3145abb78
tree94e4760fbcc0a3c234752f587ba706a06089b8f9
parentc14e6cfc4e84ba198ef6ec2f9cae2b3eda15813c
 ruby: register multiple memory controllers
Currently the Ruby System maintains pointer to only one of the memory
controllers. But there can be multiple controllers in the system. This
patch adds a vector of memory controllers.
src/mem/ruby/system/System.cc
src/mem/ruby/system/System.hh