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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +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
+
**The default settings are 115200 Baud rate, 8 Data bits, 1 Stop bit, No parity.**
6
+
5
7
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
8
7
-
#####Synthesis resource usage summary:
9
+
**Synthesis resource usage summary:**
8
10
- Logic element (LUT): 85
9
11
- Registers (FF): 50
10
12
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