m3 and g2: change in system clock (clkdiv2) should also change the time settings(exptime, period, gate delay etc.), g2: sys freq same irrespective of external or internal timing source (#470)

This commit is contained in:
Dhanya Thattil
2022-06-02 11:02:10 +02:00
committed by GitHub
parent 365ac835eb
commit 25b5b02302
7 changed files with 57 additions and 9 deletions

View File

@ -565,6 +565,7 @@ int getFrequency(enum CLKINDEX ind);
int getVCOFrequency(enum CLKINDEX ind);
int getMaxClockDivider();
int setClockDivider(enum CLKINDEX ind, int val);
int setClockDividerWithTimeUpdateOption(enum CLKINDEX ind, int val, int timeUpdate);
int getClockDivider(enum CLKINDEX ind);
#elif GOTTHARD2D