About the number of PLL outputs (CYCLONE5)
About the number of output pins of the PLL
If you check CV-52004
Table 4-7: PLL Features in Cyclone V Devices
There is the following description in.
Dedicated external clock outputs
→ 2 single-ended and 1 differentia
Looking at the separate document (UG-01087),
The Altera PLL IP core can generate up to 18 clock output signals for the Stratix V and Arria V devices,
and nine clock output signals for the Cyclone V devices. The generated clock output signals clock the core
or the external blocks outside the core.
There is.
I think these two explain about the number of output pins of the PLL,
There is a difference in the number of outputs.
Why is there a difference?
When you check the IP settings in Qurtus Light Edition 18.1
9 The output looks correct.
2 single-ended and 1 differentia
Could you please tell me the reason why it is stated?
regards
Hi,
The 'nine clock output signals for the Cyclone V devices' in Altera PLL IP core corresponds to
C output counters -> 9
in the Cyclone V handbook. These are the clocks generated from the PLL.
The Dedicated external clock outputs represent the FPLL_<#>_CLKOUT pins on the device. You can connect any of the C output counters to external clock outputs. Refer 4.2.6. PLL External Clock I/O Pins of Device Handbook.
There are dedicated clock output pins associated with each corner fractional PLL.
So the main difference is that C counters are PLL outputs (internal to FPGA) whereas CLKOUT pins are device outputs (available external to the FPGA).
Regards