summaryrefslogtreecommitdiff
path: root/python/m5/objects/Uart.mpy
blob: 5a6c25f8ec74d63d81665363e8dac96aaf1f8586 (plain)
1
2
3
4
5
6
from Device import PioDevice

simobj Uart(PioDevice):
    type = 'Uart'
    console = Param.SimConsole(parent.any, "The console")
    size = Param.Addr(0x8, "Device size")