Skip to content

Commit 437a513

Browse files
committed
Added UART Loopback Example info to README.
1 parent f624c86 commit 437a513

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ A basic simulation is prepared in the repository. You can use the prepared TCL s
5555
vsim -do sim/sim.tcl
5656
```
5757

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+
5863
# License:
5964

6065
This UART controller is available under the MIT license (MIT). Please read [LICENSE file](LICENSE).

0 commit comments

Comments
 (0)