]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
remove unused ports
authorJan Michel <j.michel@gsi.de>
Mon, 22 Jan 2018 10:58:32 +0000 (11:58 +0100)
committerJan Michel <j.michel@gsi.de>
Mon, 22 Jan 2018 10:58:32 +0000 (11:58 +0100)
media_interfaces/trb_net16_med_ecp3_sfp.vhd
trb_net_components.vhd

index 535d5fb968b158a8de25ceac53ab52dcfc035dea..2fcf5fda00be50429180f352c87b42d647e73fb0 100644 (file)
@@ -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
index 1431dd84561dc550b72f766313ec8257cb8654c4..8a15e203a22663b9d2ce4aaa189497de0ae9cc4c 100644 (file)
@@ -2063,12 +2063,6 @@ end component;
       CLK_RX_FULL_OUT    : out std_logic;\r
 \r
       --SFP Connection\r
-      SD_RXD_P_IN    : in  std_logic;\r
-      SD_RXD_N_IN    : in  std_logic;\r
-      SD_TXD_P_OUT   : out std_logic;\r
-      SD_TXD_N_OUT   : out std_logic;\r
-      SD_REFCLK_P_IN : in  std_logic;\r
-      SD_REFCLK_N_IN : in  std_logic;\r
       SD_PRSNT_N_IN  : in  std_logic;  -- SFP Present ('0' = SFP in place, '1' = no SFP mounted)\r
       SD_LOS_IN      : in  std_logic;  -- SFP Loss Of Signal ('0' = OK, '1' = no signal)\r
       SD_TXDIS_OUT   : out std_logic;   -- SFP disable\r