You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,11 @@ A basic simulation is prepared in the repository. You can use the prepared TCL s
55
55
vsim -do sim/sim.tcl
56
56
```
57
57
58
+
# UART LOOPBACK EXAMPLE
59
+
60
+
The UART loopback example design is for testing data transfer between FPGA and PC.
61
+
I use it on my cheap FPGA board ([EP4CE6 Starter Board](http://www.ebay.com/itm/111975895262) with Altera FPGA Cyclone IV EP4CE6E22C8) together with external USB to UART Bridge.
62
+
58
63
# License:
59
64
60
65
This UART controller is available under the MIT license (MIT). Please read [LICENSE file](LICENSE).
0 commit comments