summaryrefslogtreecommitdiff
path: root/src/dev/Platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/Platform.py')
-rw-r--r--src/dev/Platform.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/Platform.py b/src/dev/Platform.py
index cb414121b..8a9871b35 100644
--- a/src/dev/Platform.py
+++ b/src/dev/Platform.py
@@ -32,4 +32,5 @@ from m5.proxy import *
class Platform(SimObject):
type = 'Platform'
abstract = True
+ cxx_header = "dev/platform.hh"
intrctrl = Param.IntrControl(Parent.any, "interrupt controller")