summaryrefslogtreecommitdiff
path: root/configs/dram/lat_mem_rd.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/dram/lat_mem_rd.py')
-rw-r--r--configs/dram/lat_mem_rd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dram/lat_mem_rd.py b/configs/dram/lat_mem_rd.py
index 1e0652bba..f148656f2 100644
--- a/configs/dram/lat_mem_rd.py
+++ b/configs/dram/lat_mem_rd.py
@@ -252,6 +252,7 @@ system.tgen = TrafficGen(config_file = cfg_file_name,
# add a communication monitor
system.monitor = CommMonitor()
+system.monitor.footprint = MemFootprintProbe()
# connect the traffic generator to the system
system.tgen.port = system.monitor.slave