configs: fix minor config bugs posted on the mailing list
authorAli Saidi <saidi@eecs.umich.edu>
Sun, 12 Feb 2012 23:18:53 +0000 (17:18 -0600)
committerAli Saidi <saidi@eecs.umich.edu>
Sun, 12 Feb 2012 23:18:53 +0000 (17:18 -0600)
configs/common/Benchmarks.py
configs/splash2/run.py

index d4607dc556dd3b82bf8bc126b92994a05b1a3cd5..d881fafb0fab9f98d52f62f8908c2de82e04df50 100644 (file)
@@ -112,7 +112,7 @@ Benchmarks = {
 
     'MutexTest':        [SysConfig('mutex-test.rcS', '128MB')],
     'ArmAndroid':       [SysConfig('null.rcS', '256MB',
-                     'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img)')],
+                     'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img')],
     'bbench':           [SysConfig('bbench.rcS', '256MB',
                             'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img')]
 }
index 8a9b815e6d43548335faa27dcf4f661ae62ac9b5..23e986b092489a8134c75f51b66997e79abc36af 100644 (file)
@@ -210,6 +210,7 @@ system.l2 = L2(size = options.l2size, assoc = 8)
 system.physmem.port = system.membus.port
 system.l2.cpu_side = system.toL2bus.port
 system.l2.mem_side = system.membus.port
+system.system_port = system.membus.port
 
 # ----------------------
 # Connect the L2 cache and clusters together