Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDedicated Clock Output pin
1- In Altera FPGAs currently I am using Cyclone 4 is there a dedicated clock output pin?
2- Are we encouraged to use dedicated clock output pin or can we use some random I/O register(in the pad) as a clock3 Replies
- Altera_Forum
Honored Contributor
If not connected to a PLL, the clock ouput pins will work as regular I/O. If you don't utilize PLLs in your design, there's no purpose of referring to dedicated clock outputs.
- Altera_Forum
Honored Contributor
Dear FvM
Assume that I do not use PLL in the design Question: If I plan to use the dedicated pair of clock pins; do I have to put the clock signal into a PLL before sending out? Or just assigning the signal to the pin and not instantiating PLL is good enough for me. - Altera_Forum
Honored Contributor
There's a dedicated pair of clock ouput pins assigned to each Cyclone PLL. You are encouraged to use it preferably as clock output by the FPGA timing specification, which assures less jitter and uncertainty for the dedicated pins. You can however use any I/O pin if suitable for your design.