From: Andreas Hansson Date: Sun, 28 Apr 2013 21:14:39 +0000 (-0400) Subject: config: Added memory type to t1000 regression X-Git-Tag: stable_2013_10_14~124 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f8b1aec492f89d9a856e1df1ca827fdf9baa07b;p=gem5.git config: Added memory type to t1000 regression This patch adds the memory type parameter to the t1000 regression. --- 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()