diff options
author | Rahul Thakur <rjthakur@google.com> | 2017-01-27 14:58:15 -0600 |
---|---|---|
committer | Rahul Thakur <rjthakur@google.com> | 2017-01-27 14:58:15 -0600 |
commit | 32d05d5fb630bad6dddcfbbb65a3895a15187215 (patch) | |
tree | 357ba285b0680d374e8eecff5d6ad1500458d695 /configs/dram | |
parent | 2974dc7a3771e34542ed5bd1baf88e4ced8cf139 (diff) | |
download | gem5-32d05d5fb630bad6dddcfbbb65a3895a15187215.tar.xz |
mem: Add memory footprint probe
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'configs/dram')
-rw-r--r-- | configs/dram/lat_mem_rd.py | 1 |
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 |