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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/configs/tgen-simple-dram.py b/tests/configs/tgen-simple-dram.py
index b57817c95..a79b65d43 100644
--- a/tests/configs/tgen-simple-dram.py
+++ b/tests/configs/tgen-simple-dram.py
@@ -50,6 +50,7 @@ cpu = TrafficGen(config_file = "tests/quick/se/70.tgen/tgen-simple-dram.cfg")
# system simulated
system = System(cpu = cpu, physmem = DDR3_1600_x64(),
membus = NoncoherentBus(width = 16))
+system.clock = '1GHz'
# add a communication monitor
system.monitor = CommMonitor()