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
*Implementation was performed using Quartus Prime Lite Edition 17.0.0 for FPGA Altera Cyclone IV E EP4CE6E22C8. Setting of some generics: BAUD_RATE = 115200, CLK_FREQ = 50e6.*
49
49
50
-
# Simulation:
50
+
##Simulation:
51
51
52
52
A basic simulation is prepared in the repository. You can use the prepared TCL script to run simulation in ModelSim.
53
53
54
54
```
55
55
vsim -do sim/sim.tcl
56
56
```
57
57
58
-
# UART LOOPBACK EXAMPLE
58
+
##UART loopback example:
59
59
60
60
The UART loopback example design is for testing data transfer between FPGA and PC.
61
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
62
63
-
# License:
63
+
##License:
64
64
65
65
This UART controller is available under the MIT license (MIT). Please read [LICENSE file](LICENSE).
0 commit comments