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.
This commit is contained in:
Andreas Sandberg
2015-08-04 10:29:13 +01:00
parent feded87fc9
commit 022e69e6de
11 changed files with 290 additions and 170 deletions

View File

@@ -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')