changeset 217bdd9a3ad9 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=217bdd9a3ad9
description:
        config: Added memory type to t1000 regression

        This patch adds the memory type parameter to the t1000 regression.

diffstat:

 tests/configs/t1000-simple-atomic.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r df8e64db0fd8 -r 217bdd9a3ad9 tests/configs/t1000-simple-atomic.py
--- a/tests/configs/t1000-simple-atomic.py      Tue Apr 23 15:21:32 2013 -0500
+++ b/tests/configs/t1000-simple-atomic.py      Sun Apr 28 17:14:39 2013 -0400
@@ -32,7 +32,7 @@
 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()
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to