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

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