summaryrefslogtreecommitdiff
path: root/src/dev/Terminal.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/Terminal.py')
-rw-r--r--src/dev/Terminal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/Terminal.py b/src/dev/Terminal.py
index d67019198..2b54f9d5e 100644
--- a/src/dev/Terminal.py
+++ b/src/dev/Terminal.py
@@ -32,6 +32,7 @@ from m5.proxy import *
class Terminal(SimObject):
type = 'Terminal'
+ cxx_header = "dev/terminal.hh"
intr_control = Param.IntrControl(Parent.any, "interrupt controller")
port = Param.TcpPort(3456, "listen port")
number = Param.Int(0, "terminal number")