Fix up configs.
authorKevin Lim <ktlim@umich.edu>
Tue, 31 Oct 2006 19:58:09 +0000 (14:58 -0500)
committerKevin Lim <ktlim@umich.edu>
Tue, 31 Oct 2006 19:58:09 +0000 (14:58 -0500)
configs/common/Simulation.py:
    Remove mem parameter.
configs/example/se.py:
    Remove debug output that got included in my other push.

--HG--
extra : convert_revision : 643c34147f6c6cbb98b8e6d6e8206b9859593ab0

configs/common/Simulation.py
configs/example/se.py

index 5e9c1d3399064fbdf33d1a855186f0254b21eb4d..a05e36bd12d8e4223119c0e9d2fffd059fcb2eaa 100644 (file)
@@ -67,8 +67,6 @@ def run(options, root, testsys):
                 switch_cpus[i].addPrivateSplitL1Caches(L1Cache(size = '32kB'),
                                                        L1Cache(size = '64kB'))
 
-            switch_cpus[i].mem = testsys.physmem
-            switch_cpus1[i].mem = testsys.physmem
             switch_cpus[i].connectMemPorts(testsys.membus)
             root.switch_cpus = switch_cpus
             root.switch_cpus1 = switch_cpus1
index 1d92eb954bafbe6b4c5072ad7632f16046990c90..46f2d4a1aa195fbf2cf887d6fb11d136c114ad7f 100644 (file)
@@ -41,10 +41,6 @@ from Caches import *
 config_path = os.path.dirname(os.path.abspath(__file__))
 config_root = os.path.dirname(config_path)
 m5_root = os.path.dirname(config_root)
-print m5_root
-print config_path
-print config_root
-
 
 parser = optparse.OptionParser()