rename AlphaConsole to AlphaBackdoor
[gem5.git] / src / dev / Uart.py
index e32517a4c3a83b7c4381af05de3ce7bf2ec50a55..c5db3c42f5c1a8eedd688ccd1576d809cbef4591 100644 (file)
@@ -34,7 +34,7 @@ from Device import BasicPioDevice
 class Uart(BasicPioDevice):
     type = 'Uart'
     abstract = True
-    sim_console = Param.SimConsole(Parent.any, "The console")
+    terminal = Param.Terminal(Parent.any, "The terminal")
 
 class Uart8250(Uart):
     type = 'Uart8250'