diff options
Diffstat (limited to 'tests/configs/simple-atomic-dummychecker.py')
-rw-r--r-- | tests/configs/simple-atomic-dummychecker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/simple-atomic-dummychecker.py b/tests/configs/simple-atomic-dummychecker.py index 15c287130..2e672924d 100644 --- a/tests/configs/simple-atomic-dummychecker.py +++ b/tests/configs/simple-atomic-dummychecker.py @@ -39,7 +39,7 @@ import m5 from m5.objects import * system = System(cpu = AtomicSimpleCPU(cpu_id=0), - physmem = PhysicalMemory(), + physmem = SimpleMemory(), membus = Bus()) system.system_port = system.membus.slave system.physmem.port = system.membus.master |