Skip to content

ETROC2 Module PCB v0 developements

Daniel Spitzbart requested to merge etroc2_modulev0_devel into master

Starting to migrate to different configuration files, not based on lpGBT and SCA chips but the actual setup, e.g. standalone RB, RB with emulators, RB with module v0, ... This only works for RBv2 so far, and maybe should be backported to RBv1 when we have time. This MR also comes with a fix for the lpGBT serial number read (reading directly from the fuses), also with majority vote of the redundant copies. The actual number of redundant copies differs from documentation, this should be followed up in the future. Fixing the serial number now also allows to store the ADC calibration (finally).

Includes two minor other fixes:

  • don't pretend to download new address tables when it's actually not done
  • increase frequency tolerance for KCU clocks by 500 Hz to suppress occasional "bad" clock fequency prints

Merge request reports