From: Jan Michel Date: Tue, 26 Oct 2021 10:28:07 +0000 (+0200) Subject: fix settings for normal 32 channel SFP KEL TDC X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f8a407ace8217cc931d2979bc30b6900a8474aff;p=trb3sc.git fix settings for normal 32 channel SFP KEL TDC --- diff --git a/tdctemplate/config_32_sfp_kel.vhd b/tdctemplate/config_32_sfp_kel.vhd index edc302b..16a7436 100644 --- a/tdctemplate/config_32_sfp_kel.vhd +++ b/tdctemplate/config_32_sfp_kel.vhd @@ -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; ------------------------------------------------------------------------------