]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Revert "gkorcyl gbe with configurable ip address"
authorJan Michel <j.michel@gsi.de>
Fri, 17 Nov 2017 14:40:12 +0000 (15:40 +0100)
committerJan Michel <j.michel@gsi.de>
Fri, 17 Nov 2017 14:40:43 +0000 (15:40 +0100)
reinclude CTS in CTS, correct TDC version and outdated setting
This reverts commit e35c607b1da004b911a163c981b5c97939b97a2a.

cts/config_default.vhd
cts/source/cts_pkg.vhd
cts/tdc_release
cts/trb3_central.vhd

index c38434457a358abb64142d4d52acad0a661b78ad..89063915e195088ebc666701290ba39026c03a39 100644 (file)
@@ -8,7 +8,7 @@ package config is
 --Begin of configuration
 ------------------------------------------------------------------------------
 
-   constant INCLUDE_CTS : integer range c_NO to c_YES := c_NO;
+   constant INCLUDE_CTS : integer range c_NO to c_YES := c_YES;
    constant INCLUDE_CBMNET : integer range c_NO to c_YES := c_NO;
    constant INCLUDE_MBS_MASTER : integer range c_NO to c_YES := c_NO; 
    constant INCLUDE_TIMESTAMP_GENERATOR : integer := c_NO;
index 0f7aabf68ee285da4c2a08195de0119908cf21f8..39613c9ac107aee77c5f355fc01caec34d1163e9 100755 (executable)
@@ -22,7 +22,7 @@ package cts_pkg is
 --          PERIPH_TRIGGER_COUNT: integer range 0 to 15 := 2;
       
          ADDON_GROUPS        : integer range 1 to  8 := 5;
-          ADDON_LINE_COUNT    : integer range 0 to 255 := 22;                 -- number of lines available from add-on board
+--          ADDON_LINE_COUNT    : integer range 0 to 255 := 22;                 -- number of lines available from add-on board
          ADDON_GROUP_UPPER   : CTS_GROUP_CONFIG_T  := (3,7,11,12,13, others=>'0');
 
          
index 776b99812740678d34f6a2da42a025f182dceb85..6a654d00badf0b7b4e12e224659319fd8db1522a 120000 (symlink)
@@ -1 +1 @@
-../../tdc/releases/tdc_v2.1.3
\ No newline at end of file
+../../tdc/releases/tdc_v2.3
\ No newline at end of file
index f5b554b540c196d65d399c67f5a4730d58b6dcc6..e0a20b7e41cccd7b78902ccc810f60462bb0e89c 100644 (file)
@@ -1377,12 +1377,6 @@ end generate;
       GSC_REPLY_PACKET_NUM_IN  => gsc_reply_packet_num, 
       GSC_REPLY_READ_OUT       => gsc_reply_read,       
       GSC_BUSY_IN              => gsc_busy,
-
-      FORCE_IP_L0_IN => x"0000_0000",
-      FORCE_IP_L1_IN => x"0000_0000",
-      FORCE_IP_L2_IN => x"0000_0000",
-      FORCE_IP_L3_IN => x"0000_0000",
-
       
       BUS_IP_RX  => busgbeip_rx,
       BUS_IP_TX  => busgbeip_tx,