config: Added memory type to t1000 regression
This patch adds the memory type parameter to the t1000 regression.
This commit is contained in:
parent
223f89a162
commit
9f8b1aec49
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue