summaryrefslogtreecommitdiff
path: root/tests/configs/tgen-simple-dram.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/tgen-simple-dram.py')
-rw-r--r--tests/configs/tgen-simple-dram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/tgen-simple-dram.py b/tests/configs/tgen-simple-dram.py
index 19eb15933..407852682 100644
--- a/tests/configs/tgen-simple-dram.py
+++ b/tests/configs/tgen-simple-dram.py
@@ -48,7 +48,7 @@ require_sim_object("CommMonitor")
cpu = TrafficGen(config_file = "tests/quick/se/70.tgen/tgen-simple-dram.cfg")
# system simulated
-system = System(cpu = cpu, physmem = SimpleDDR3(),
+system = System(cpu = cpu, physmem = DDR3_1600_x64(),
membus = NoncoherentBus(clock="1GHz", width = 16))
# add a communication monitor