From 9f8b1aec492f89d9a856e1df1ca827fdf9baa07b Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Sun, 28 Apr 2013 17:14:39 -0400 Subject: config: Added memory type to t1000 regression This patch adds the memory type parameter to the t1000 regression. --- tests/configs/t1000-simple-atomic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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() -- cgit v1.2.3