From eb791420392e21f011c37c7e78e4259189f39906 Mon Sep 17 00:00:00 2001 From: mindchasers Date: Wed, 30 Jun 2021 20:11:38 -0400 Subject: top/controller: re i2c_fifo_priority because it is no longer used --- manufacturer/lattice/ecp5um/source/top.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/manufacturer/lattice/ecp5um/source/top.v b/manufacturer/lattice/ecp5um/source/top.v index d23ea1b..0fa939b 100644 --- a/manufacturer/lattice/ecp5um/source/top.v +++ b/manufacturer/lattice/ecp5um/source/top.v @@ -173,7 +173,6 @@ wire [4:0] mdio_page_set; // I2C wire sda_oe, scl_oe, sda_o, scl_o; -wire i2c_fifo_priority; // bin to ASCII wire [15:0] bin_to_ascii_d_in; @@ -449,7 +448,6 @@ controller #(.ADDR_SZ( MDIO_ROM_ADDR_SZ ))controller_0 .rx_serdes_rst( rx_serdes_rst ), .rx_pcs_rst( rx_pcs_rst ), .mdio_mux_sel( mdio_mux_sel ), - .i2c_fifo_priority( i2c_fifo_priority ), // TX custom packet .tx_custom( tx_custom ) -- cgit v1.2.3-8-gadcc