jminz / uart

Verilog UART

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple verilog UART.

A simple UART for use in an FPGA as a debug engine.  Requires a 50MHz input
clock that gets divided into clock enables for a 16x oversampling receiver
clock enable and 115200 baud transmission clock enable.

Icarus verilog testbench verifies that each byte can be sent correctly, but
does not do anything with spacing between bytes.

Licensed under GPLv2.

About

Verilog UART


Languages

Language:Verilog 68.1%Language:Makefile 18.5%Language:Python 13.4%