Skip to content

Commit 50523ed

Browse files
committed
Add usage summary and small changes
1 parent e22f614 commit 50523ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

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

5-
###UART module is not yet completed. Stay tuned!
5+
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!
6+
7+
#####Synthesis resource usage summary:
8+
- Logic element (LUT): 85
9+
- Registers (FF): 50
10+
11+
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with defauld values of generics.*

0 commit comments

Comments
 (0)