From 022e69e6de513fce2efea8d732e9274624ce3e94 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Tue, 4 Aug 2015 10:29:13 +0100 Subject: mem: Redesign the stack distance calculator as a probe This changeset removes the stack distance calculator hooks from the CommMonitor class and implements a stack distance calculator as a memory system probe instead. The probe can be hooked up to any component that exports probe points of the type ProbePoints::Packet. --- src/mem/CommMonitor.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mem/CommMonitor.py') diff --git a/src/mem/CommMonitor.py b/src/mem/CommMonitor.py index a87b04787..ba871357d 100644 --- a/src/mem/CommMonitor.py +++ b/src/mem/CommMonitor.py @@ -110,6 +110,3 @@ class CommMonitor(MemObject): read_addr_mask = Param.Addr(MaxAddr, "Address mask for read address") write_addr_mask = Param.Addr(MaxAddr, "Address mask for write address") disable_addr_dists = Param.Bool(True, "Disable address distributions") - - # optional stack distance calculator - stack_dist_calc = Param.StackDistCalc(NULL, "Stack distance calculator") -- cgit v1.2.3