]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Minor config update
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 18 Feb 2015 14:54:20 +0000 (15:54 +0100)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 13 Jun 2015 15:36:57 +0000 (17:36 +0200)
ADC/config.vhd

index 299efb0ac1907c7382aeed064eb55465fd5b3af2..99c0258ad5901ebc91eb846e8b03f69d6a9a7bd5 100644 (file)
@@ -10,8 +10,9 @@ package config is
 --Begin of design configuration
 ------------------------------------------------------------------------------
 
+--Select the basic readout functionality of the firmware
     type READOUT_MODE_type is (READOUT_MODE_DUMMY, READOUT_MODE_PSA, READOUT_MODE_CFD);
-    constant READOUT_MODE : READOUT_MODE_type := READOUT_MODE_CFD;  --use slowcontrol for readout, no trigger logic
+    constant READOUT_MODE : READOUT_MODE_type := READOUT_MODE_CFD;
     
 --Run wih 125 MHz instead of 100 MHz     
     constant USE_125_MHZ            : integer := c_NO;  --not implemented yet!  
@@ -28,6 +29,7 @@ package config is
 --ADC sampling frequency: 40 or 80 MHz supported
 --note that not all READOUT_MODEs will lead to timing-error free designs
 --the READOUT_MODE_PSA mode is usually only working with 40MHz
+--the READOUT_MODE_CFD mode is more robust against clock domain crossing issues 
     constant ADC_SAMPLING_RATE      : integer := 80;
     
 --These are currently used for the included features table only