changeset 922edffe734d in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=922edffe734d
description:
        configs: fix minor config bugs posted on the mailing list

diffstat:

 configs/common/Benchmarks.py |  2 +-
 configs/splash2/run.py       |  1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 7c68f84d7c4e -r 922edffe734d configs/common/Benchmarks.py
--- a/configs/common/Benchmarks.py      Sun Feb 12 16:07:43 2012 -0600
+++ b/configs/common/Benchmarks.py      Sun Feb 12 17:18:53 2012 -0600
@@ -112,7 +112,7 @@
 
     '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')]
 }
diff -r 7c68f84d7c4e -r 922edffe734d configs/splash2/run.py
--- a/configs/splash2/run.py    Sun Feb 12 16:07:43 2012 -0600
+++ b/configs/splash2/run.py    Sun Feb 12 17:18:53 2012 -0600
@@ -210,6 +210,7 @@
 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
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to