summaryrefslogtreecommitdiff
path: root/tests/configs/realview-simple-atomic-dual.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/realview-simple-atomic-dual.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/realview-simple-atomic-dual.py')
-rw-r--r--tests/configs/realview-simple-atomic-dual.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/realview-simple-atomic-dual.py b/tests/configs/realview-simple-atomic-dual.py
index 0d6b11cf6..32d66f6af 100644
--- a/tests/configs/realview-simple-atomic-dual.py
+++ b/tests/configs/realview-simple-atomic-dual.py
@@ -39,6 +39,6 @@ from m5.objects import *
from arm_generic import *
root = LinuxArmFSSystem(mem_mode='atomic',
- mem_class=DDR3_1600_x64,
+ mem_class=SimpleMemory,
cpu_class=AtomicSimpleCPU,
num_cpus=2).create_root()