Forum Discussion
BHoey
New Contributor
6 years agoHow do you determine the PLL lock ranges for Arria10 PLLs?
Quartus used to report the min and max pll input frequencies in the PLL Usage Summary report. Where is that information now? I have a source synchronous design there the transmitting device can hav...
AnandRaj_S_Intel
Regular Contributor
6 years agoHi Brian,
Yes, Quartus does not report the Minimum/Maximum lock input frequency for the PLL.
However we have to manually calculate it.
Fin min = VCO min frequency x N / M x C
Fin max = VCO max frequency x N / M x C
C/K is Post-scale counter.
For VCO min/max frequency refer respective device Datasheet.
Please go through below KDB link for more information.
https://www.intel.com/content/www/us/en/programmable/support/support-resources/knowledge-base/solutions/rd07262010_609.html
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Regards
Anand