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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
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, disable input data FIFO.**
5
+
**The default settings are 115200 baud rate, 8 data bits, 1 stop bit, no parity, disable input data FIFO, 50 MHz system clock.**
6
6
7
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!
8
8
9
9
**Synthesis resource usage summary:**
10
10
11
-
Input data FIFO | Logic element (LUT) | Registers (FF) | Block RAM (BRAM)
11
+
Input FIFO | LE (LUT) | FF | BRAM
12
12
--- | --- | --- | ---
13
-
disable | 77 | 51 | 0
14
-
enable | 116 | 68 | 1
13
+
disable | 72 | 46 | 0
14
+
enable | 110 | 63 | 1
15
15
16
-
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with default settings for Cyclone II.*
16
+
*Synthesis was performed using Quartus II 64-Bit Version 13.0.1 with default settings for FPGA Altera Cyclone II.*
0 commit comments