Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 290 Bytes

File metadata and controls

13 lines (10 loc) · 290 Bytes

UART for chisel

Following classes are provided:

  • UartTx
  • UartRx
  • Uart
  • BufferedUartTx
  • BufferedUartRx
  • BufferedUart

In buffering mode, when the number of data coming from rxd signal exceeds the buffering capacity, uart modules discard the byte without any signals.