make server map, normalize uart interfaces
This commit is contained in:
parent
7290af88fb
commit
842c19d441
3 changed files with 38 additions and 2 deletions
|
@ -22,5 +22,5 @@ mkUartPhy dedicatedServerInterface = do
|
|||
return |>
|
||||
interface UartPhy
|
||||
bitOut = 1
|
||||
bitIn bitVal = do
|
||||
action {}
|
||||
bitIn bitVal = do
|
||||
deserializer.putBitIn bitVal
|
Reference in a new issue