mem: Merge DRAM page-management calculations
[gem5.git] / configs / topologies / BaseTopology.py
index 2390bb5beb7f779726122999aa65328f051e2904..bd8ae255ed125f5c2fcd4826951c06e0a0060db0 100644 (file)
@@ -38,7 +38,7 @@ class BaseTopology(object):
             all of the controllers created in the above file.
         """
 
-    def makeTopology(self, options, IntLink, ExtLink, Router):
+    def makeTopology(self, options, network, IntLink, ExtLink, Router):
         """ Called from configs/ruby/Ruby.py
             The return value is ( list(Router), list(IntLink), list(ExtLink))
             The API of this function cannot change when subclassing!!