Skip to content

Minimal uart for small iCE40 Lattice FPGAs. 8N1. Often less than 50 logicCells.

License

Notifications You must be signed in to change notification settings

gthomassen/uart_ice40

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uart_ice40

Minimal size uart for ice40 FPGAs, written in Verilog, between 32 and 55 logicCells.

Preliminary simulation has been performed successfully. The uart has never been 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 hardcoded (via two parameters).

About

Minimal uart for small iCE40 Lattice FPGAs. 8N1. Often less than 50 logicCells.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 100.0%