diff options
Diffstat (limited to 'tests/configs/o3-timing-checker.py')
-rw-r--r-- | tests/configs/o3-timing-checker.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/configs/o3-timing-checker.py b/tests/configs/o3-timing-checker.py index a4dddb08f..a33a2ac06 100644 --- a/tests/configs/o3-timing-checker.py +++ b/tests/configs/o3-timing-checker.py @@ -53,7 +53,8 @@ cpu.clock = '2GHz' system = System(cpu = cpu, physmem = SimpleDRAM(), - membus = CoherentBus()) + membus = CoherentBus(), + mem_mode = "timing") system.system_port = system.membus.slave system.physmem.port = system.membus.master cpu.connectAllPorts(system.membus) |