SiT9514x GUI-UM Rev 1.04
Page 55 of 95
GUI User Manual
Clock Generators, Jitter Cleaners, and Network Synchronizers
7.5.5
Dynamic profile on-the-fly with single output per PLL
Two additional files will be created to support the dynamic embedded algorithm for frequency change on-
the-fly, see
•
OntheFly_current_fvco_fout.json
•
OntheFly_globals.json
Figure 59: Dynamic Profile on-the-fly with single output per PLL
To run the dynamic change function, a separate folder is provided with the following functions.
The src directory has the following files:
•
dyn_change_out_fout.py
•
flymode_freq_change_latest_multi.py
The main function is in the file named
dyn_change_out_fout.py
. If this python file is opened in an
editor, at the end of the file, the
dyn_change_out_fout
function is called with three inputs, as follows:
1)
DIR
–
Path to the directory where the following two files were created:
•
OntheFly_globals.json
•
OntheFly_current_fvco_fout.json
2) Output pin name e.g.
6
(for output O6).
3) Fout frequency
desired
as a string that matches the original specified list in the GUI, described
in the following subsection.
To receive the relevant frequencies, the function can be run with 0 inputs and the report with the
appropriate inputs specified.