Skip to content

Commit 3274cae

Browse files
committed
README file updated.
1 parent 98be276 commit 3274cae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ USE_DEBOUNCER : boolean := True -- enable/disable debouncer
3636

3737
## Table of resource usage summary:
3838

39-
Use debouncer | Parity type | LE (LUT+FF) | LUT | FF | BRAM | Fmax
39+
Use debouncer | Parity type | LE (LUT+FF) | LUT | FF | M9k | Fmax
4040
:---:|:---:|:---:|:---:|:---:|:---:|:---:
41-
True | none | 74 | 59 | 53 | 0 | 220.0 MHz
42-
True | even/odd | 81 | 70 | 56 | 0 | 193.3 MHz
43-
True | mark/space | 78 | 63 | 56 | 0 | 210.2 MHz
44-
False | none | 70 | 57 | 49 | 0 | 182.3 MHz
45-
False | even/odd | 78 | 68 | 52 | 0 | 183.5 MHz
46-
False | mark/space | 74 | 61 | 52 | 0 | 186.2 MHz
47-
48-
*Implementation was performed using Quartus Prime Lite Edition 17.0.0 for FPGA Altera Cyclone IV E EP4CE6E22C8. Setting of some generics: BAUD_RATE = 115200, CLK_FREQ = 50e6.*
41+
True | none | 76 | 62 | 56 | 0 | 304.8 MHz
42+
True | even/odd | 86 | 73 | 59 | 0 | 277.3 MHz
43+
True | mark/space | 80 | 66 | 59 | 0 | 292.3 MHz
44+
False | none | 73 | 60 | 52 | 0 | 308.7 MHz
45+
False | even/odd | 79 | 71 | 55 | 0 | 278.7 MHz
46+
False | mark/space | 77 | 64 | 55 | 0 | 338.0 MHz
47+
48+
*Implementation was performed using Quartus Prime Lite Edition 18.1.0 for Intel Cyclone 10 FPGA (10CL025YU256C8G). Setting of some generics: BAUD_RATE = 115200, CLK_FREQ = 50e6.*
4949

5050
## Simulation:
5151

0 commit comments

Comments
 (0)