config: Move Ruby Objs to RubySystem in obj hierarchy
Review Request #1596 - Created Jan. 4, 2013 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Malek Musleh | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9376:abfda926f810 --------------------------- 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:
