Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:verilog:uart:start [2014/09/08 11:50]
alex created
en:verilog:uart:start [2014/11/09 08:27]
alex [Introduction]
Line 1: Line 1:
 ====== Verilog UART ====== ====== Verilog UART ======
 +
 +===== Introduction =====
 +
 +UART serial port with an AXI4-Stream interface. ​ Includes full MyHDL testbench with intelligent bus cosimulation endpoints. ​ Also includes example makefile-based project targeting a Xilinx Spartan 6 LX 45 on a Digilent Atlys board.  ​
 +
 +===== Documentation =====
 +
 +[[readme]]
 +
 +===== Repository =====
 +
 +  * [[http://​github.com/​alexforencich/​verilog-uart/​|Verilog UART on GitHub]]
 +
 +===== Links =====
 +
 +  * [[http://​iverilog.icarus.com/​|Icarus Verilog simulator]]
 +  * [[http://​www.myhdl.org/​|MyHDL]]