summaryrefslogtreecommitdiff
path: root/src/mem/CommMonitor.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/CommMonitor.py')
-rw-r--r--src/mem/CommMonitor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/CommMonitor.py b/src/mem/CommMonitor.py
index 3621942d9..a34a57db4 100644
--- a/src/mem/CommMonitor.py
+++ b/src/mem/CommMonitor.py
@@ -43,6 +43,7 @@ from MemObject import MemObject
# with periodic dumping and resetting of stats using schedStatEvent
class CommMonitor(MemObject):
type = 'CommMonitor'
+ cxx_header = "mem/comm_monitor.hh"
# one port in each direction
master = MasterPort("Master port")