summaryrefslogtreecommitdiff
path: root/python/m5/objects/Uart.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/Uart.mpy')
-rw-r--r--python/m5/objects/Uart.mpy6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/m5/objects/Uart.mpy b/python/m5/objects/Uart.mpy
deleted file mode 100644
index 5a6c25f8e..000000000
--- a/python/m5/objects/Uart.mpy
+++ /dev/null
@@ -1,6 +0,0 @@
-from Device import PioDevice
-
-simobj Uart(PioDevice):
- type = 'Uart'
- console = Param.SimConsole(parent.any, "The console")
- size = Param.Addr(0x8, "Device size")