]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
fix settings for normal 32 channel SFP KEL TDC
authorJan Michel <j.michel@gsi.de>
Tue, 26 Oct 2021 10:28:07 +0000 (12:28 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 26 Oct 2021 10:28:07 +0000 (12:28 +0200)
tdctemplate/config_32_sfp_kel.vhd

index edc302b6d80c80249a2f8f8b84cfbee8d7e81dbb..16a7436d0b18f3b762f2d81b8672609db5050c66 100644 (file)
@@ -40,7 +40,7 @@ package config is
 --Runs with 120 MHz instead of 100 MHz     
     constant USE_120_MHZ            : integer := c_NO; 
     constant USE_200MHZOSCILLATOR   : integer := c_YES;
-    constant USE_CALIBRATION_200MHZ : integer := c_YES;
+    constant USE_CALIBRATION_200MHZ : integer := c_NO;
     constant USE_EXTERNAL_CLOCK     : integer := c_YES; --'no' not implemented.
     constant CLOCK_FAST_SELECT      : integer := c_NO; --fast clock select (135us) or slow (280ms)?
     
@@ -69,7 +69,7 @@ package config is
     --trigger generation only on 'fast' channels from Padiwa
     constant TRIG_GEN_FAST_CHANNELS : integer := c_NO;   
    
-    constant USE_GBE                : integer := c_YES;
+    constant USE_GBE                : integer := c_NO;
     
     
 ------------------------------------------------------------------------------