Skip to content

Add constants to tune aligner per module type

Mark Pesaresi requested to merge feature/fe_header_consts into master

Different packet structures for each module type implies different delays between start of a new packet, and the result of the header checks. These constants are now applied to the different FE cases and hardcoded references are removed.

Merge request reports