Success! Subscription added.
Success! Subscription removed.
Sorry, you must verify to complete this action. Please click the verification link in your email. You may re-send via your profile.
This calculator allows you to compute exact output clock frequency of fPLL. Because fPLL IP Parameter Editor GUI tells only *rounded* frequency as "Actual frequency", you have to calculate exact frequency by yourself.
Formula: fout = fin ÷ 2 × (M + K ÷ 232) ÷ N ÷ C
Download: File:Fpll calc a10s10.zip
You can get M, N, C, and K (pll_dsm_fractional_division) values from the IP Parameter Editor GUI.
The phase frequency difference (PFD) clocks from the reference clock path and the feedback loop path should be the same frequency.
fPFD = fin ÷ N
= fvco ÷ 2 ÷ (M + K ÷ 232) --- (1)
The output clock frequency is:
fout = fvco ÷ 2 ÷ 2 ÷ C --- (2)
Convert (1) as below because the VCO frequency fvco is unknown and needs to be eliminated.
fvco = fin ÷ N × 2 × (M + K ÷ 232) --- (3)
Plug (3) in (2).
fout = fin ÷ N × 2 × (M + K ÷ 232) ÷ 2 ÷ 2 ÷ C
= fin ÷ N × (M + K ÷ 2 32) ÷ 2 ÷ C
Community support is provided Monday to Friday. Other contact methods are available here.
Intel does not verify all solutions, including but not limited to any file transfers that may appear in this community. Accordingly, Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.
For more complete information about compiler optimizations, see our Optimization Notice.