Config: Move Ruby Objs to RubySystem in obj hierarchy
Review Request #1595 - Created Jan. 3, 2013 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Malek Musleh | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9376:fba1eda1cb0f --------------------------- Config: Move Ruby Objs to RubySystem in obj hierarchy This patch moves the contollers to be children of the ruby_system instead of 'system' under the python object hierarchy. This is so that these objects can inherit some of the ruby_system's parameter values without resorting to calling a global system pointer during run-time. The Ruby Objects should be direct children of the ruby_system instead of the main system object. Testing:
