An open API service indexing awesome lists of open source software.

https://github.com/nyuichi/chisel-uart

Uart module written in chisel
https://github.com/nyuichi/chisel-uart

Last synced: about 1 month ago
JSON representation

Uart module written in chisel

Awesome Lists containing this project

README

        

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.