diff options
author | mindchasers <privateisland@mindchasers.com> | 2021-06-30 20:11:38 -0400 |
---|---|---|
committer | mindchasers <privateisland@mindchasers.com> | 2021-06-30 20:11:38 -0400 |
commit | eb791420392e21f011c37c7e78e4259189f39906 (patch) | |
tree | 6cc4e4c51b0d4e397ccb340e49c3ca62544ff48f | |
parent | 56f32ac8d528c573165fa72d207eb467ecfaebf5 (diff) |
top/controller: re i2c_fifo_priority because it is no longer used
-rw-r--r-- | manufacturer/lattice/ecp5um/source/top.v | 2 |
1 files changed, 0 insertions, 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 ) |