Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 252 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 252 Bytes

UART_ECHO

Verilog UART FIFO that will just echo back characters. Useful for testing the communications path.

The UART itself was taken from http://opencores.org/project,osdvu. This UART is licensed under the MIT license just like this project is.