diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2013-04-28 17:14:39 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2013-04-28 17:14:39 -0400 |
commit | 9f8b1aec492f89d9a856e1df1ca827fdf9baa07b (patch) | |
tree | 6fda154186e08e42e0b5018c14d8e97cdc9eff18 /tests/configs | |
parent | 223f89a162ace3266998482288e6d0d8cbcc2be1 (diff) | |
download | gem5-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/configs')
-rw-r--r-- | tests/configs/t1000-simple-atomic.py | 2 |
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() |