Skip to content

Commit 3134c52

Browse files
committed
Readme: Update usage summary and more
1 parent 0a81e91 commit 3134c52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
Simple UART (Universal Asynchronous Receiver & Transmitter) module for serial communication with an FPGA. The UART module was implemented using VHDL.
44

5-
**This is not stable version! There are still a few bugs and the module does not work correctly.**
65
**The default settings are 115200 Baud rate, 8 Data bits, 1 Stop bit, No parity.**
76

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!
98

109
**Synthesis resource usage summary:**
1110
- Logic element (LUT): 85
12-
- Registers (FF): 50
11+
- Registers (FF): 51
1312

1413
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with default settings.*

0 commit comments

Comments
 (0)