Closed systec-ms closed 3 years ago
Added note about reset of use_pll to false if sysclk or use_pll48clk is not set (pll_configure is called before calculate_clocks).
use_pll
sysclk
use_pll48clk
pll_configure
calculate_clocks
I ran into the problem that I specified use_pll and assumed that it would then calculate sysclk.
Added note about reset of
use_pll
to false ifsysclk
oruse_pll48clk
is not set (pll_configure
is called beforecalculate_clocks
).I ran into the problem that I specified
use_pll
and assumed that it would then calculatesysclk
.