summaryrefslogtreecommitdiff
path: root/tests/configs/tsunami-simple-atomic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/tsunami-simple-atomic.py')
-rw-r--r--tests/configs/tsunami-simple-atomic.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/configs/tsunami-simple-atomic.py b/tests/configs/tsunami-simple-atomic.py
index 69337ac14..456dc5da6 100644
--- a/tests/configs/tsunami-simple-atomic.py
+++ b/tests/configs/tsunami-simple-atomic.py
@@ -87,6 +87,8 @@ system.l2c.mem_side = system.membus.slave
#connect up the cpu and l1s
cpu.addPrivateSplitL1Caches(L1(size = '32kB', assoc = 1),
L1(size = '32kB', assoc = 4))
+# create the interrupt controller
+cpu.createInterruptController()
# connect cpu level-1 caches to shared level-2 cache
cpu.connectAllPorts(system.toL2Bus, system.membus)
cpu.clock = '2GHz'