cms-gem-daq-project / ctp7_modules

0 stars 13 forks source link

Hot Fix: Added ADC Cached Registers w/backwards compatibility #76

Closed bdorney closed 5 years ago

bdorney commented 5 years ago

Description

After CTP7 FW version 3.7.1 the ADCX registers have been converted to ADCX_CACHED and ADCX_UPDATE for X = 0,1.

I've added a backwards compatible change to check if ADCX_CACHED exists, and if so it is used; otherwise ADCX will be used.

Types of changes

Motivation and Context

See discussion above.

How Has This Been Tested?

Ran temperature monitoring measurements: http://cmsonline.cern.ch/cms-elog/1077701

While VFAT info is not shown in the output it is always written to the output file.

Screenshots (if appropriate):

Checklist:

bdorney commented 5 years ago

Superceded by https://github.com/cms-gem-daq-project/ctp7_modules/pull/91