LDMX-Software / pflib

Library and tool for interacting with polarfires.
https://ldmx-software.github.io/pflib/
4 stars 0 forks source link

Add a less disruptive relink procedure #41

Closed cmantill closed 2 years ago

cmantill commented 2 years ago

The current RELINK functionality does a hard reset to the PLL, sets the delays and does a scan of bitslips for ALL elinks. This is a bit disruptive if some elinks were already showing good idles.

We would like a functionality where the PLL is not reset and we just re-scan bitslip for one single elink.

tomeichlersmith commented 2 years ago

This is now on main

https://github.com/LDMX-Software/pflib/blob/d53be0051921f7951f034d2abc5bf1aa8c07ff80/src/pflib/PolarfireTarget.cxx#L465-L521

so I'm closing this issue