From f8a407ace8217cc931d2979bc30b6900a8474aff Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 26 Oct 2021 12:28:07 +0200 Subject: [PATCH] fix settings for normal 32 channel SFP KEL TDC --- tdctemplate/config_32_sfp_kel.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; ------------------------------------------------------------------------------ -- 2.43.0