Ruby: Clean up topology changes
authorJason Power <powerjg@cs.wisc.edu>
Fri, 10 Aug 2012 18:50:42 +0000 (13:50 -0500)
committerJason Power <powerjg@cs.wisc.edu>
Fri, 10 Aug 2012 18:50:42 +0000 (13:50 -0500)
commit11411cc9c70fb532798c5c8fb287ad658111ff15
tree5ac6030e71ed22cfb57ce927ad50cf76e44ba2ea
parent706e84f2b8553baba020560f4a83550f05b80630
Ruby: Clean up topology changes
This patch moves instantiateTopology into Ruby.py and removes the
mem/ruby/network/topologies directory. It also adds some extra inheritance to
the topologies to clean up some issues in the existing topologies.
configs/ruby/Ruby.py
configs/topologies/BaseTopology.py
configs/topologies/Cluster.py
configs/topologies/Crossbar.py
configs/topologies/Mesh.py
configs/topologies/MeshDirCorners.py
configs/topologies/Pt2Pt.py
configs/topologies/Torus.py
src/mem/ruby/network/topologies/SConscript [deleted file]
src/mem/ruby/network/topologies/TopologyCreator.py [deleted file]