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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dev/Terminal.py b/src/dev/Terminal.py
index 2b54f9d5e..9b50111cd 100644
--- a/src/dev/Terminal.py
+++ b/src/dev/Terminal.py
@@ -29,8 +29,9 @@
from m5.SimObject import SimObject
from m5.params import *
from m5.proxy import *
+from Serial import SerialDevice
-class Terminal(SimObject):
+class Terminal(SerialDevice):
type = 'Terminal'
cxx_header = "dev/terminal.hh"
intr_control = Param.IntrControl(Parent.any, "interrupt controller")