From: Michael Boehmer Date: Mon, 21 Mar 2022 08:33:16 +0000 (+0100) Subject: Cleanup X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=381ee45af7e9e961b9c527593058e094a60e3a1c;p=trb3sc.git Cleanup --- diff --git a/backplanemaster/trb3sc_master.vhd b/backplanemaster/trb3sc_master.vhd index 3e08028..f0e25b9 100644 --- a/backplanemaster/trb3sc_master.vhd +++ b/backplanemaster/trb3sc_master.vhd @@ -268,7 +268,6 @@ THE_MEDIA_INT_MIXED : entity work.med_ecp3_sfp_sync_all_RS QUAD_RST_IN => '0', --global_reset_i, LINK_TX_NULL_IN => global_reset_i, LINK_RX_NULL_OUT => global_reset_i, - SLAVE_ACTIVE_OUT => open, TX_PLL_LOL_OUT => tx_pll_lol_qd_b_i, TX_CLK_AVAIL_OUT => tx_clk_avail_i, TX_PCS_RST_IN => tx_pcs_rst_i, @@ -371,7 +370,6 @@ THE_MEDIA_4_DOWN : entity work.med_ecp3_sfp_sync_all_RS QUAD_RST_IN => '0', --global_reset_i, LINK_TX_NULL_IN => global_reset_i, LINK_RX_NULL_OUT => open, - SLAVE_ACTIVE_OUT => open, TX_PLL_LOL_OUT => tx_pll_lol_qd_a_i, TX_CLK_AVAIL_OUT => open, TX_PCS_RST_IN => tx_pcs_rst_i, diff --git a/cts/trb3sc_cts.vhd b/cts/trb3sc_cts.vhd index a0891b8..60c8e0c 100644 --- a/cts/trb3sc_cts.vhd +++ b/cts/trb3sc_cts.vhd @@ -393,7 +393,6 @@ gen_PCSB : if USE_BACKPLANE = c_NO and USE_ADDON = c_NO generate QUAD_RST_IN => '0', -- check LINK_TX_NULL_IN => send_reset_i, LINK_RX_NULL_OUT => open, - SLAVE_ACTIVE_OUT => open, TX_PLL_LOL_OUT => tx_pll_lol_qd_b_i, TX_CLK_AVAIL_OUT => open, TX_PCS_RST_IN => tx_pcs_rst_i,