Skip to content

Commit 2046d28

Browse files
committed
Readme: Add default settings
1 parent aa067e9 commit 2046d28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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+
**The default settings are 115200 Baud rate, 8 Data bits, 1 Stop bit, No parity.**
6+
57
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!
68

7-
#####Synthesis resource usage summary:
9+
**Synthesis resource usage summary:**
810
- Logic element (LUT): 85
911
- Registers (FF): 50
1012

11-
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with default values of generics.*
13+
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with default settings.*

0 commit comments

Comments
 (0)