]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
new entities and serdes configurations
authorJan Michel <j.michel@gsi.de>
Fri, 5 Jun 2015 12:42:31 +0000 (14:42 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 5 Jun 2015 12:42:31 +0000 (14:42 +0200)
base/linkdesignfiles.sh
base/trb3_components.vhd

index e3d2db1967e4d85741e68f17ab22649418a7a9ef..9b1bc0dcfccc1cc33d3b37fe9d73dbe34801f4ac 100755 (executable)
@@ -27,6 +27,7 @@ ln -sf $prefix/../../../trbnet/media_interfaces/ecp3_sfp/sfp_1_125_int.txt
 ln -sf $prefix/../../../trbnet/media_interfaces/ecp3_sfp/sfp_0_200_ctc.txt
 ln -sf $prefix/../../../trbnet/media_interfaces/ecp3_sfp/serdes_onboard_full.txt
 ln -sf $prefix/../../../trbnet/media_interfaces/ecp3_sfp/serdes_sync_0.txt
+ln -sf $prefix/../../../trbnet/media_interfaces/ecp3_sfp/serdes_sync_3.txt
 ln -sf $prefix/../../../trbnet/media_interfaces/ecp3_sfp/serdes_sync_125_0.txt
 ln -sf $prefix/../../../trbnet/media_interfaces/ecp3_sfp/serdes_full_ctc.txt
 
index 5af6f3c73cea9492549be0a1a3ecfee894f7aab2..339c482cfc2fdac366b32caff9c502352db65650 100644 (file)
@@ -10,6 +10,22 @@ package trb3_components is
   type unsigned_array_8 is array (integer range <>) of unsigned(7 downto 0);
   type unsigned_array_5 is array (integer range <>) of unsigned(4 downto 0);
 
+  
+component dcs
+-- synthesis translate_off
+  generic (
+    DCSMODE : string := "POS"
+    );
+-- synthesis translate_on
+  port (
+    CLK0   :IN std_logic ;
+    CLK1   :IN std_logic ;
+    SEL    :IN std_logic ;
+    DCSOUT :OUT std_logic
+    ) ;
+end component;
+
+  
   component oddr is
     port (
       clk    : in  std_logic;