From: Jan Michel Date: Mon, 22 Jan 2018 10:58:32 +0000 (+0100) Subject: remove unused ports X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f8672379289779d19bc150e0c7759f96684ef386;p=trbnet.git remove unused ports --- diff --git a/media_interfaces/trb_net16_med_ecp3_sfp.vhd b/media_interfaces/trb_net16_med_ecp3_sfp.vhd index 535d5fb..2fcf5fd 100644 --- a/media_interfaces/trb_net16_med_ecp3_sfp.vhd +++ b/media_interfaces/trb_net16_med_ecp3_sfp.vhd @@ -42,8 +42,8 @@ entity trb_net16_med_ecp3_sfp is -- SD_RXD_N_IN : in std_logic; -- SD_TXD_P_OUT : out std_logic; -- SD_TXD_N_OUT : out std_logic; - SD_REFCLK_P_IN : in std_logic := '0'; - SD_REFCLK_N_IN : in std_logic := '0'; +-- SD_REFCLK_P_IN : in std_logic := '0'; +-- SD_REFCLK_N_IN : in std_logic := '0'; SD_PRSNT_N_IN : in std_logic; -- SFP Present ('0' = SFP in place, '1' = no SFP mounted) SD_LOS_IN : in std_logic; -- SFP Loss Of Signal ('0' = OK, '1' = no signal) SD_TXDIS_OUT : out std_logic; -- SFP disable diff --git a/trb_net_components.vhd b/trb_net_components.vhd index 1431dd8..8a15e20 100644 --- a/trb_net_components.vhd +++ b/trb_net_components.vhd @@ -2063,12 +2063,6 @@ end component; CLK_RX_FULL_OUT : out std_logic; --SFP Connection - SD_RXD_P_IN : in std_logic; - SD_RXD_N_IN : in std_logic; - SD_TXD_P_OUT : out std_logic; - SD_TXD_N_OUT : out std_logic; - SD_REFCLK_P_IN : in std_logic; - SD_REFCLK_N_IN : in std_logic; SD_PRSNT_N_IN : in std_logic; -- SFP Present ('0' = SFP in place, '1' = no SFP mounted) SD_LOS_IN : in std_logic; -- SFP Loss Of Signal ('0' = OK, '1' = no signal) SD_TXDIS_OUT : out std_logic; -- SFP disable