Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20703 Discussions

Clock generated by Fractional PLL Megawizard vs Timing analyzer

JMedi
Beginner
483 Views

Hello,

We have seen that it is different the clock configured/generated by Fractional PLL and the generated by the timing analyzer.

They use different factor to generate VCO frequency:

refCLK x  (M+f/2^32) / N
For the example in the figure:  (9+2164663431/4294967296) / 1 = 9.50399997993372380733

refCLK x M' / N'
For the attached in the figure: (2433 / 256) = 9.50390625

Those figures are: timing report (clocks) and fitter (pll usage summary)

JMedi_0-1618934055587.png

How can we manage it?
What is the correct frequency?
What frequency use the timing analyzer?

 

Quartus Prime 18.1.1 + Cyclone V

Regards,

JMedi

0 Kudos
2 Replies
Ash_R_Intel
Employee
455 Views

Hi,


I will get back on this query.


Regards.


0 Kudos
Ash_R_Intel
Employee
426 Views

Hi,


I got some information from our team:

The Timing Analyzer numbers do have some inaccuracies, though they are consistent with each other & don't explain the PLL report's numbers:

  • Timing Analyzer stores clock periods, not their frequencies
  • Periods are only stored to three decimal places
  • The period of descendant clocks uses the mult & div factors of all of its ancestors, instead of using the mult & div factors of the truncated period of a parent clock


Regards.



0 Kudos
Reply