summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-07-10 15:41:35 -0400
committerKevin Lim <ktlim@umich.edu>2006-07-10 15:41:35 -0400
commit5dbd7a3f766dcf7bbfb29ede45655c01994b1425 (patch)
treed2c8358ef670eea00b4bb9e128f6da6de68db693 /configs
parentf60d8217e3c9fd7c4ea75ab0c89dbbd63db75ffd (diff)
parent5584e2b26eccb5d2bf445b8b0b2040449d0b0a77 (diff)
downloadgem5-5dbd7a3f766dcf7bbfb29ede45655c01994b1425.tar.xz
Merge ktlim@zizzer:/bk/newmem
into zamp.eecs.umich.edu:/z/ktlim2/clean/newmem-merge --HG-- extra : convert_revision : 0e4c7684879b8552908e0b64a00b4824de807244
Diffstat (limited to 'configs')
-rw-r--r--configs/test/fs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/test/fs.py b/configs/test/fs.py
index e0dd38e41..cd894ab73 100644
--- a/configs/test/fs.py
+++ b/configs/test/fs.py
@@ -190,6 +190,8 @@ class MyLinuxAlphaSystem(LinuxAlphaSystem):
else:
cpu = AtomicSimpleCPU()
cpu.mem = magicbus2
+ cpu.icache_port = magicbus2.port
+ cpu.dcache_port = magicbus2.port
cpu.itb = AlphaITB()
cpu.dtb = AlphaDTB()
sim_console = SimConsole(listener=ConsoleListener(port=3456))