Skip to content

Releases: jakubcabal/uart-for-fpga

Simple UART for FPGA v1.3

10 Apr 12:41
9aed72b
Compare
Choose a tag to compare
  • Added better simulation with automatic checking of transactions.
  • Little code cleaning and code optimization.
  • Added UART2WB bridge example (access to WB registers via UART).
  • Added Parity Error output.

Simple UART for FPGA v1.2

23 Dec 20:46
e556cb6
Compare
Choose a tag to compare
  • Added double FF for safe CDC.
  • Fixed fake received transaction after FPGA boot without reset.
  • Added more precisely clock dividers, dividing with rounding.
  • UART loopback example is for CYC1000 board now.

Simple UART for FPGA v1.1

20 Dec 19:10
Compare
Choose a tag to compare
  • Added better debouncer.
  • Added simulation script and Quartus project file.
  • Removed unnecessary resets.
  • Signal BUSY replaced by DIN_RDY.
  • Many other optimizations and changes.

Simple UART for FPGA v1.0

27 May 19:23
Compare
Choose a tag to compare
  • Very simple and clean UART controller design.
  • Controller was simulated and tested on hardware.
  • Configurable parity and baud rate.
  • Loopback example.