]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
a bit of clean-up
authorJan Michel <j.michel@gsi.de>
Wed, 12 Aug 2015 09:31:41 +0000 (11:31 +0200)
committerJan Michel <j.michel@gsi.de>
Wed, 12 Aug 2015 09:31:41 +0000 (11:31 +0200)
template/config_compile.pl
template/trb3sc_basic.vhd

index 67b86a0ef995f711b21b71ce4a9c62cba8e9634f..52cd2efd3ae2f50ce17d2c985712e8fcc20e97af 120000 (symlink)
@@ -1 +1 @@
-config_compile_gsi.pl
\ No newline at end of file
+config_compile_frankfurt.pl
\ No newline at end of file
index 2f23b8df1432584c60a8bb41685aa2b36a531426..6992a446c0d19e82bda137c63afec2a9ba3bb0e0 100644 (file)
@@ -66,8 +66,8 @@ entity trb3sc_basic is
     SFP_MOD2   : inout std_logic_vector(1 downto 0) := (others => 'Z');
     SFP_TX_DIS : out   std_logic_vector(1 downto 0) := (others => '0');
 
-    SERDES_TX : out std_logic_vector(1 downto 0);
-    SERDES_RX : in  std_logic_vector(1 downto 0);
+--     SERDES_TX : out std_logic_vector(1 downto 0);
+--     SERDES_RX : in  std_logic_vector(1 downto 0);
 
     --Serdes switch
     PCSSW_ENSMB : out std_logic;
@@ -220,10 +220,10 @@ begin
       TX_DLM_WORD => open,
 
       --SFP Connection
-      SD_RXD_P_IN    => SERDES_RX(0),
-      SD_RXD_N_IN    => SERDES_RX(1),
-      SD_TXD_P_OUT   => SERDES_TX(0),
-      SD_TXD_N_OUT   => SERDES_TX(1),
+--       SD_RXD_P_IN    => SERDES_RX(0),
+--       SD_RXD_N_IN    => SERDES_RX(1),
+--       SD_TXD_P_OUT   => SERDES_TX(0),
+--       SD_TXD_N_OUT   => SERDES_TX(1),
       SD_REFCLK_P_IN => '0',
       SD_REFCLK_N_IN => '0',
       SD_PRSNT_N_IN  => SFP_MOD0(1),