Writing /var/www/alexforencich.com/wiki/data/cache/1/1c36606fe6afac64521e5a5fa8f9829a.metadata failed
Writing /var/www/alexforencich.com/wiki/data/cache/5/547b5b92dcc0a428238b5bdf13eb8625.xhtml failed

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] (current)
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]]