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:
parent
f32d7d0dec
commit
562e713837
@ -129,7 +129,6 @@ eth_phy_10g_rx_if_inst (
|
|||||||
.serdes_rx_hdr(serdes_rx_hdr),
|
.serdes_rx_hdr(serdes_rx_hdr),
|
||||||
.serdes_rx_bitslip(serdes_rx_bitslip),
|
.serdes_rx_bitslip(serdes_rx_bitslip),
|
||||||
.rx_error_count(rx_error_count),
|
.rx_error_count(rx_error_count),
|
||||||
.rx_bad_block(rx_bad_block),
|
|
||||||
.rx_block_lock(rx_block_lock),
|
.rx_block_lock(rx_block_lock),
|
||||||
.rx_high_ber(rx_high_ber),
|
.rx_high_ber(rx_high_ber),
|
||||||
.rx_prbs31_enable(rx_prbs31_enable)
|
.rx_prbs31_enable(rx_prbs31_enable)
|
||||||
|
@ -112,7 +112,6 @@ eth_phy_10g_rx_if_inst (
|
|||||||
.serdes_rx_hdr(serdes_rx_hdr),
|
.serdes_rx_hdr(serdes_rx_hdr),
|
||||||
.serdes_rx_bitslip(serdes_rx_bitslip),
|
.serdes_rx_bitslip(serdes_rx_bitslip),
|
||||||
.rx_error_count(rx_error_count),
|
.rx_error_count(rx_error_count),
|
||||||
.rx_bad_block(rx_bad_block),
|
|
||||||
.rx_block_lock(rx_block_lock),
|
.rx_block_lock(rx_block_lock),
|
||||||
.rx_high_ber(rx_high_ber),
|
.rx_high_ber(rx_high_ber),
|
||||||
.rx_prbs31_enable(rx_prbs31_enable)
|
.rx_prbs31_enable(rx_prbs31_enable)
|
||||||
|
@ -61,7 +61,6 @@ module eth_phy_10g_rx_if #
|
|||||||
* Status
|
* Status
|
||||||
*/
|
*/
|
||||||
output wire [6:0] rx_error_count,
|
output wire [6:0] rx_error_count,
|
||||||
output wire rx_bad_block,
|
|
||||||
output wire rx_block_lock,
|
output wire rx_block_lock,
|
||||||
output wire rx_high_ber,
|
output wire rx_high_ber,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user