Update FS configs to use cpu connectors for ports
--HG-- extra : convert_revision : 1e2e503401f92c1f30e2e487d7aeed1c7c5b7ee4
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user