Review Board 2.0.15


ruby: convert topology to normal object

Review Request #1778 - Created March 21, 2013 and submitted - Latest diff uploaded

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 9603:64f4a65ff5cf
---------------------------
ruby: convert topology to normal object
The Topology class in Ruby does not need to be a sim object. This patch
turns it into a regular class. The topology object is now created in the
constructor of the Network class. All the parameters for the topology
class have been moved to the network class.