Why won't PLL Reconfig IP allow access to cascaded tap?
So, I have created a PLL with a 50MHz clk in.
From there I generate two clocks. C0 = 100MHz, and C1 is 100KHz.
The PLL achieves these values by having an M = 12, N=1 and a C0 counter of 6 for the 100MHz clock.
However for C1 it use post counter of 500 but also a cascade tap of 12 to get the 100KHz.
All good as far as I am concerned and I generate the mif file for use in the PLL reconfig IP.
So when I fire up the PLL out of reset all is good, C0 = 100MHz and C1 = 100KHz.
However if I reconfigure the PLL using the reconfig IP that has been setup using the generated mif, then C1= 1.2MHz, in other words it stops using the cascade tap for C1.
The same is true if I try to change the post scale counter for C1 and then change it back to its original setting.
How can I prevent this from happening? There does not seem to be a way to setup the use of cascade tap using the 144bit scan chain????
please help