summaryrefslogtreecommitdiff
path: root/src/base/CPA.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/CPA.py')
-rw-r--r--src/base/CPA.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/CPA.py b/src/base/CPA.py
index c0beaedef..cbed29a37 100644
--- a/src/base/CPA.py
+++ b/src/base/CPA.py
@@ -3,6 +3,7 @@ from m5.params import *
class CPA(SimObject):
type = 'CPA'
+ cxx_header = "base/cp_annotate.hh"
enabled = Param.Bool(False, "Is Annotation enabled?")
user_apps = VectorParam.String([], "List of apps to get symbols for")