summaryrefslogtreecommitdiff
path: root/configs/test/fs.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/test/fs.py')
-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))