jAqui8
New Contributor
6 years agoAltera PLL (cycloneV) getting locked to the wrong frequency.
I have generated a PLL with dynamic reconfiguration enabled.
Ref frequency = 160 MHz,
Target Frequency = 16 MHz.
before lock
reconfig_to_pll[63:0] = 0_3c000000
reconfig_to_pll[63:0] = 0_3c000001
after lock
reconfig_to_pll[63:0] = 0_10000003
reconfig_to_pll[63:0] = 0_10000002
It changes every half cycle of ref clk.
But after reset PLL is getting locked to 105.77 MHz. Though I am expecting it to get locked to 16 MHz. Is this behavior expected?
For experiment : I generated a PLL for 50 MHz ref clk . Target frequency 16 MHz. It is getting locked to correct frequency.
Attaching snapshot of the PLL behavior for 160 MHz ref_clk.
PS: Altera-pll ip core user guide doesn't give information about reconfig_to_pll signal. Please direct me to correct document.