summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2013-04-28 17:14:39 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2013-04-28 17:14:39 -0400
commit9f8b1aec492f89d9a856e1df1ca827fdf9baa07b (patch)
tree6fda154186e08e42e0b5018c14d8e97cdc9eff18 /tests
parent223f89a162ace3266998482288e6d0d8cbcc2be1 (diff)
downloadgem5-9f8b1aec492f89d9a856e1df1ca827fdf9baa07b.tar.xz
config: Added memory type to t1000 regression
This patch adds the memory type parameter to the t1000 regression.
Diffstat (limited to 'tests')
-rw-r--r--tests/configs/t1000-simple-atomic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/t1000-simple-atomic.py b/tests/configs/t1000-simple-atomic.py
index 7e94b5c98..3ba1afecd 100644
--- a/tests/configs/t1000-simple-atomic.py
+++ b/tests/configs/t1000-simple-atomic.py
@@ -32,7 +32,7 @@ m5.util.addToPath('../configs/common')
import FSConfig
cpu = AtomicSimpleCPU(cpu_id=0)
-system = FSConfig.makeSparcSystem('atomic')
+system = FSConfig.makeSparcSystem('atomic', SimpleDDR3)
system.cpu = cpu
# create the interrupt controller
cpu.createInterruptController()