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
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 for FPGA Altera Cyclone II with enable force use of synchronous clear. Setting of some generics: BAUD_RATE = 115200, CLK_FREQ = 50e6.*
45
52
53
+
# Simulation:
54
+
55
+
A basic simulation is prepared in the repository. You can use the prepared TCL script to run simulation in ModelSim.
56
+
57
+
```
58
+
vsim -do sim/sim.tcl
59
+
```
60
+
46
61
# License:
47
62
48
63
This UART controller is available under the MIT license (MIT). Please read [LICENSE file](LICENSE).
0 commit comments