Closed jsturdy closed 5 years ago
resetDAQLinkLocal when migrated from cmsgemos introduced the bug that it would disable the DAQ link during a reset. This sequence was not fully validated, and that particular line was commented out in the original HwGenericAMC.cc function:
resetDAQLinkLocal
cmsgemos
HwGenericAMC.cc
https://github.com/cms-gem-daq-project/cmsgemos/blob/a6a9ac740f30fd902e9f8628c067fde5d8ed2cfb/gemhardware/src/common/HwGenericAMC.cc#L484-L493
DAQ link was being disabled during the Start transition
Start
Tested with feature/gemcalib branch in 904, on integration stand
feature/gemcalib
Description
resetDAQLinkLocal
when migrated fromcmsgemos
introduced the bug that it would disable the DAQ link during a reset. This sequence was not fully validated, and that particular line was commented out in the originalHwGenericAMC.cc
function:https://github.com/cms-gem-daq-project/cmsgemos/blob/a6a9ac740f30fd902e9f8628c067fde5d8ed2cfb/gemhardware/src/common/HwGenericAMC.cc#L484-L493
Types of changes
Motivation and Context
DAQ link was being disabled during the
Start
transitionHow Has This Been Tested?
Tested with
feature/gemcalib
branch in 904, on integration stand