More changes so that asynchronus blocks work properly
[gem5.git] / objects / Uart.mpy
1 from Device import PioDevice
2
3 simobj Uart(PioDevice):
4 type = 'Uart'
5 console = Param.SimConsole(Super, "The console")
6 size = Param.Addr(0x8, "Device size")