Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe auto-switchover feature tries to detect, if the presently selected input clock is invalid and then switches to the alternate source. The detection mechanism is based on both clocks mutually monitoring the others edges and requires both clocks to keep the said frequency ratio.
An input clock frequency outside the said range would allow no PLL locking anyway, but it also can prevent the switchover circuit from detecting an invalid clock. As an example, if you have a differential clock input with AC coupling but no clock present, the switchover circuit possibly doesn't work correctly, cause input noise is faking an input clock signal. A switchover between sources of different frequency should be possible through PLL chaining, with FPGA families that support it. P.S.: The warnings are related to possible lock problems in case of excessive jitter. Actually, chained PLLs are often used e.g. with SERDES applications, where a PLL sourced reference clock is feed to a second PLL at the receiver. Even chaining of three PLLs isn't unusual in such applications. As suggested in the device handbook, the chained PLLs should be set a a higher bandwidth to be able to track the input jitter.