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/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mem/SConscript') diff --git a/src/mem/SConscript b/src/mem/SConscript index 50f58add1..4f1216745 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -44,7 +44,6 @@ SimObject('ExternalMaster.py') SimObject('ExternalSlave.py') SimObject('MemObject.py') SimObject('SimpleMemory.py') -SimObject('StackDistCalc.py') SimObject('XBar.py') Source('abstract_mem.cc') -- cgit v1.2.3