From debca3a153fa93a4dc7b41776c0194cc40942b8f Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 2 Jul 2017 10:25:00 +0200 Subject: [PATCH] fmcjesdadc1: vc707: Remove unsed mb_intrs signal The mb_intrs signal is never driven, it is a leftover of an earlier version of the file, remove it. Signed-off-by: Lars-Peter Clausen --- projects/fmcjesdadc1/vc707/system_top.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/fmcjesdadc1/vc707/system_top.v b/projects/fmcjesdadc1/vc707/system_top.v index 55c426258..e6d15286d 100644 --- a/projects/fmcjesdadc1/vc707/system_top.v +++ b/projects/fmcjesdadc1/vc707/system_top.v @@ -108,7 +108,6 @@ module system_top ( wire spi_mosi; wire spi_miso; wire rx_ref_clk; - wire [31:0] mb_intrs; wire rx_clk; wire rx_sysref; @@ -181,7 +180,7 @@ module system_top ( .mb_intr_06 (1'b0), .mb_intr_07 (1'b0), .mb_intr_08 (1'b0), - .mb_intr_15 (mb_intrs[15]), + .mb_intr_15 (1'b0), .mdio_mdc (mdio_mdc), .mdio_mdio_io (mdio_mdio), .mgt_clk_clk_n (mgt_clk_n),