config: Added memory type to t1000 regression
authorAndreas Hansson <andreas.hansson@arm.com>
Sun, 28 Apr 2013 21:14:39 +0000 (17:14 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Sun, 28 Apr 2013 21:14:39 +0000 (17:14 -0400)
This patch adds the memory type parameter to the t1000 regression.

tests/configs/t1000-simple-atomic.py

index 7e94b5c98467e124acfd2122b22d641c6e0db470..3ba1afecdee32748cf0e90368e52e25bdbc3b7cd 100644 (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()