summaryrefslogtreecommitdiff
path: root/tests/configs/o3-timing-ruby.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/o3-timing-ruby.py')
-rw-r--r--tests/configs/o3-timing-ruby.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/configs/o3-timing-ruby.py b/tests/configs/o3-timing-ruby.py
index a45939f36..26dbb000b 100644
--- a/tests/configs/o3-timing-ruby.py
+++ b/tests/configs/o3-timing-ruby.py
@@ -40,7 +40,8 @@ cpu.clock = '2GHz'
system = System(cpu = cpu,
physmem = ruby_memory,
- membus = CoherentBus())
+ membus = CoherentBus(),
+ mem_mode = "timing")
system.physmem.port = system.membus.master
# create the interrupt controller
cpu.createInterruptController()