Skip to content

Commit caac428

Browse files
committed
Readme: Add usage summary with FIFO
1 parent 06ba8cd commit caac428

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

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

5-
**The default settings are 115200 Baud rate, 8 Data bits, 1 Stop bit, No parity.**
5+
**The default settings are 115200 Baud rate, 8 Data bits, 1 Stop bit, No parity, disable input data FIFO.**
66

77
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!
88

99
**Synthesis resource usage summary:**
10-
- Logic element (LUT): 77
11-
- Registers (FF): 51
1210

13-
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with default settings.*
11+
Input data FIFO | Logic element (LUT) | Registers (FF) | Block RAM (BRAM)
12+
--- | --- | --- | ---
13+
disable | 77 | 51 | 0
14+
enable | 116 | 68 | 1
15+
16+
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with default settings for Cyclone II.*

0 commit comments

Comments
 (0)