mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
example/ZCU106: Fix width
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -196,10 +196,10 @@ wire btnl_int;
|
|||||||
wire btnd_int;
|
wire btnd_int;
|
||||||
wire btnr_int;
|
wire btnr_int;
|
||||||
wire btnc_int;
|
wire btnc_int;
|
||||||
wire [3:0] sw_int;
|
wire [7:0] sw_int;
|
||||||
|
|
||||||
taxi_debounce_switch #(
|
taxi_debounce_switch #(
|
||||||
.WIDTH(9),
|
.WIDTH(5+8),
|
||||||
.N(4),
|
.N(4),
|
||||||
.RATE(125000)
|
.RATE(125000)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user