config: Added memory type to t1000 regression

This patch adds the memory type parameter to the t1000 regression.
This commit is contained in:
Andreas Hansson 2013-04-28 17:14:39 -04:00
parent 223f89a162
commit 9f8b1aec49

View file

@ -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()