Commit 3cf91a91 authored by Federico Vaga's avatar Federico Vaga

kernel: fix trigger delay for gateware v4

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 276f94bb
......@@ -375,12 +375,12 @@ struct zfad_block {
* Trigger and channel signals are not going through the
* same path on the board and trigger is faster.
* Trying to sample the trigger itself by connecting
* it to a channel, one can see a delay of 20ns between trigger and
* it to a channel, one can see a delay of 30ns between trigger and
* its sampling. This constant is added to the trigger delay to
* conpensate the channel signal transmission delay.
* Expressed in tick count 2*10ns = 20ns
* Expressed in tick count 3*10ns = 30ns
*/
#define FA_CH_TX_DELAY 2
#define FA_CH_TX_DELAY 3
#define FA_CAL_OFFSET 0x0100 /* Offset in EEPROM */
#define FA_CAL_NO_OFFSET ((int16_t)0x0000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment