From dcb8fe53807d75c29feab37e56a78c8c096aaa7e Mon Sep 17 00:00:00 2001 From: Greg Chadwick Date: Thu, 18 May 2023 16:22:59 +0100 Subject: [PATCH] It's an RTL change --- hw/ip/gpio/rtl/gpio.sv | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hw/ip/gpio/rtl/gpio.sv b/hw/ip/gpio/rtl/gpio.sv index a906248f42fd9..04e0263ad2e1f 100644 --- a/hw/ip/gpio/rtl/gpio.sv +++ b/hw/ip/gpio/rtl/gpio.sv @@ -18,11 +18,6 @@ module gpio // Bus interface input tlul_pkg::tl_h2d_t tl_i, - output tlul_pkg::tl_d2h_t tl_o, - - // Interrupts - output logic [31:0] intr_gpio_o, - // Alerts input prim_alert_pkg::alert_rx_t [NumAlerts-1:0] alert_rx_i, output prim_alert_pkg::alert_tx_t [NumAlerts-1:0] alert_tx_o, @@ -49,8 +44,6 @@ module gpio .AsyncOn(GpioAsyncOn), .CntWidth(CntWidth) ) u_filter ( - .clk_i, - .rst_ni, .enable_i(reg2hw.ctrl_en_input_filter.q[i]), .filter_i(cio_gpio_i[i]), .thresh_i({CntWidth{1'b1}}),