--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)?
--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;
------------------------------------------------------------------------------