summaryrefslogtreecommitdiff
path: root/configs/topologies/Torus.py
diff options
context:
space:
mode:
authorJason Power <powerjg@cs.wisc.edu>2012-08-10 13:50:42 -0500
committerJason Power <powerjg@cs.wisc.edu>2012-08-10 13:50:42 -0500
commit11411cc9c70fb532798c5c8fb287ad658111ff15 (patch)
tree5ac6030e71ed22cfb57ce927ad50cf76e44ba2ea /configs/topologies/Torus.py
parent706e84f2b8553baba020560f4a83550f05b80630 (diff)
downloadgem5-11411cc9c70fb532798c5c8fb287ad658111ff15.tar.xz
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.
Diffstat (limited to 'configs/topologies/Torus.py')
-rw-r--r--configs/topologies/Torus.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/topologies/Torus.py b/configs/topologies/Torus.py
index 7fbcbf55b..9869465ae 100644
--- a/configs/topologies/Torus.py
+++ b/configs/topologies/Torus.py
@@ -31,9 +31,9 @@
from m5.params import *
from m5.objects import *
-from BaseTopology import BaseTopology
+from BaseTopology import SimpleTopology
-class Torus(BaseTopology):
+class Torus(SimpleTopology):
description='Torus'
def __init__(self, controllers):