jungfrau server: changes for new firmware, aligning adc deserializer. ctb serveR: removed unnecessary pll reset and polling mode for pll

This commit is contained in:
2019-03-22 15:09:29 +01:00
parent 5bf37a4f0d
commit cd5aea895b
11 changed files with 45 additions and 66 deletions

View File

@ -798,7 +798,7 @@ int getSpeed(enum speedVariable ind) {
switch(ind) {
case ADC_PHASE:
case PHASE_SHIFT:
return getPhase(RUN_CLK);
return getPhase(ADC_CLK);
case DBIT_PHASE:
return getPhase(DBIT_CLK);
case ADC_CLOCK: