diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2012-02-12 17:18:53 -0600 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2012-02-12 17:18:53 -0600 |
commit | 67f16a48fb818a8409420fc6b72a176e1854b8e0 (patch) | |
tree | 9fb708059b26efb6f57f22bb0f9fad4ab932fc6a /configs/splash2/run.py | |
parent | 4f8d1a4cef2b23b423ea083078cd933c66c88e2a (diff) | |
download | gem5-67f16a48fb818a8409420fc6b72a176e1854b8e0.tar.xz |
configs: fix minor config bugs posted on the mailing list
Diffstat (limited to 'configs/splash2/run.py')
-rw-r--r-- | configs/splash2/run.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/splash2/run.py b/configs/splash2/run.py index 8a9b815e6..23e986b09 100644 --- a/configs/splash2/run.py +++ b/configs/splash2/run.py @@ -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 |