From aef232a942935e01c26522c20cc7fb3609075a7d Mon Sep 17 00:00:00 2001 From: Ron Dreslinski Date: Mon, 10 Jul 2006 12:07:21 -0400 Subject: [PATCH] Update FS configs to use cpu connectors for ports --HG-- extra : convert_revision : 1e2e503401f92c1f30e2e487d7aeed1c7c5b7ee4 --- configs/test/fs.py | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.30.2