1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Remove extraneous connections

This commit is contained in:
Alex Forencich 2019-07-25 15:34:32 -07:00
parent f32d7d0dec
commit 562e713837
3 changed files with 0 additions and 3 deletions

View File

@ -129,7 +129,6 @@ eth_phy_10g_rx_if_inst (
.serdes_rx_hdr(serdes_rx_hdr),
.serdes_rx_bitslip(serdes_rx_bitslip),
.rx_error_count(rx_error_count),
.rx_bad_block(rx_bad_block),
.rx_block_lock(rx_block_lock),
.rx_high_ber(rx_high_ber),
.rx_prbs31_enable(rx_prbs31_enable)

View File

@ -112,7 +112,6 @@ eth_phy_10g_rx_if_inst (
.serdes_rx_hdr(serdes_rx_hdr),
.serdes_rx_bitslip(serdes_rx_bitslip),
.rx_error_count(rx_error_count),
.rx_bad_block(rx_bad_block),
.rx_block_lock(rx_block_lock),
.rx_high_ber(rx_high_ber),
.rx_prbs31_enable(rx_prbs31_enable)

View File

@ -61,7 +61,6 @@ module eth_phy_10g_rx_if #
* Status
*/
output wire [6:0] rx_error_count,
output wire rx_bad_block,
output wire rx_block_lock,
output wire rx_high_ber,