From 32d05d5fb630bad6dddcfbbb65a3895a15187215 Mon Sep 17 00:00:00 2001 From: Rahul Thakur Date: Fri, 27 Jan 2017 14:58:15 -0600 Subject: mem: Add memory footprint probe Signed-off-by: Jason Lowe-Power --- configs/dram/lat_mem_rd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/dram') 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 -- cgit v1.2.3