Skip to content

WIP:LUT Configuration

Samuel Ross Meehan requested to merge lut-config into master

This merge request implements the minimal necessary changes to use the new configuration of the LUT using logical expressions in the daqling configuration file instead of a path to a hardcoded LUT file.

An example configuration file to show the format of the new TLB configuration that is necessary has been included here along with an updated TriggerReceiver.schema file which specifies the new "object" format needed for this parameter.

It should be noted that this must use the version of gpiodrivers that includes the changes here - https://gitlab.cern.ch/faser/gpiodrivers/-/merge_requests/45 - and until that is merged and the submodule updated, this functionality will not work. The changes here are only for the level of the module.

Edited by Samuel Ross Meehan

Merge request reports