From aedf4d5c4c0c2ae021d3d3eef6f19e53125bf82c Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sun, 23 Feb 2025 14:12:57 -0800 Subject: [PATCH] example/ZCU106: Fix width Signed-off-by: Alex Forencich --- example/ZCU106/fpga/rtl/fpga.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ZCU106/fpga/rtl/fpga.sv b/example/ZCU106/fpga/rtl/fpga.sv index 730a9ff..6873386 100644 --- a/example/ZCU106/fpga/rtl/fpga.sv +++ b/example/ZCU106/fpga/rtl/fpga.sv @@ -196,10 +196,10 @@ wire btnl_int; wire btnd_int; wire btnr_int; wire btnc_int; -wire [3:0] sw_int; +wire [7:0] sw_int; taxi_debounce_switch #( - .WIDTH(9), + .WIDTH(5+8), .N(4), .RATE(125000) )