summaryrefslogtreecommitdiff
path: root/tests/configs/inorder-timing.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/inorder-timing.py')
-rw-r--r--tests/configs/inorder-timing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/inorder-timing.py b/tests/configs/inorder-timing.py
index d6a456083..ea9c37ef9 100644
--- a/tests/configs/inorder-timing.py
+++ b/tests/configs/inorder-timing.py
@@ -48,7 +48,7 @@ cpu.addTwoLevelCacheHierarchy(MyL1Cache(size = '128kB'),
cpu.clock = '2GHz'
system = System(cpu = cpu,
- physmem = PhysicalMemory(),
+ physmem = SimpleMemory(),
membus = Bus())
system.system_port = system.membus.slave
system.physmem.port = system.membus.master