mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-04 04:28:39 +01:00
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:
@@ -225,9 +225,6 @@ int ALTERA_PLL_SetOuputFrequency (int clkIndex, int pllVCOFreqMhz, int value) {
|
||||
// write frequency (post-scale output counter C)
|
||||
ALTERA_PLL_SetPllReconfigReg(ALTERA_PLL_C_COUNTER_REG, val);
|
||||
|
||||
// reset only PLL
|
||||
ALTERA_PLL_ResetPLL();
|
||||
|
||||
return (pllVCOFreqMhz / (low_count + high_count));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user