bnossum / uart_ice40

Minimal uart for small iCE40 Lattice FPGAs. 8N1. 32 or 34 logicCells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uart_ice40

Minimal size uart for ice40 FPGAs, written in Verilog, 32 or 34 logicCells

Simulation has been performed successfully. The uart has been on hardware, but need more testing on hardware.

My intention is to use this small project to learn the github flow, while contributing something potentially useful. Also, the project will be used with my upcoming < 250 logicCells controller for the iCE40 series FPGAs.

Uart format is startbit, 8 data bits, 1 stop bit. The bitrate is given by a 8x or 16x bit clock, see the main documentation file.

About

Minimal uart for small iCE40 Lattice FPGAs. 8N1. 32 or 34 logicCells

License:MIT License


Languages

Language:Verilog 82.8%Language:Makefile 17.2%