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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,12 @@
2
2
3
3
Simple UART (Universal Asynchronous Receiver & Transmitter) module for serial communication with an FPGA. The UART module was implemented using VHDL.
4
4
5
-
**This is not stable version! There are still a few bugs and the module does not work correctly.**
6
5
**The default settings are 115200 Baud rate, 8 Data bits, 1 Stop bit, No parity.**
7
6
8
-
The UART module passed simulations. In the near future it will be implemented generic support for parity bit and set the number of stop bits. Stay tuned!
7
+
The UART module was tested in hardware. In the near future it will be implemented generic support for parity bit and set the number of stop bits. Stay tuned!
9
8
10
9
**Synthesis resource usage summary:**
11
10
- Logic element (LUT): 85
12
-
- Registers (FF): 50
11
+
- Registers (FF): 51
13
12
14
13
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with default settings.*
0 commit comments