summaryrefslogtreecommitdiff
path: root/tests/configs/pc-simple-atomic.py
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2013-11-01 11:56:14 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2013-11-01 11:56:14 -0400
commit9145e2cfd4a16e57413a707676aef0fa862d9344 (patch)
treeeacbe9d54e73f8778569cb970a2d4b9ac7a02001 /tests/configs/pc-simple-atomic.py
parentc9a8b7b14744a4a3f0745483d3536f48fd29ca61 (diff)
downloadgem5-9145e2cfd4a16e57413a707676aef0fa862d9344.tar.xz
test: Use SimpleMemory for atomic full-system tests
Keep it simple and use the SimpleMemory rather than the DRAM controller model for atomic full-system tests.
Diffstat (limited to 'tests/configs/pc-simple-atomic.py')
-rw-r--r--tests/configs/pc-simple-atomic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/pc-simple-atomic.py b/tests/configs/pc-simple-atomic.py
index 94a06ed6f..dba382152 100644
--- a/tests/configs/pc-simple-atomic.py
+++ b/tests/configs/pc-simple-atomic.py
@@ -39,5 +39,5 @@ from m5.objects import *
from x86_generic import *
root = LinuxX86FSSystemUniprocessor(mem_mode='atomic',
- mem_class=DDR3_1600_x64,
+ mem_class=SimpleMemory,
cpu_class=AtomicSimpleCPU).create_root()