Forum Discussion
IDeyn
Contributor
7 years agoCan I use CLK_n pin for user logic in case I'm using CLK_p as single ended CLK pin?
Hi all! The question is - FPGA device (for example Cyclone V) has several CLK_p and CLK_n dedicated clock pins. If I choose CLK_p for being the input of clock because of dedicated routing to PLL inp...
- 7 years ago
Yes - for Cyclone V anyway. It may not be the case for all, particularly older device families. Refer to the pinout file for a specific device. It will list the 'Pin Name/Function' and an 'Optional Function' - where you will find reference to the clk_p. Providing you have 'IO' in the Pin function column it'll work as a general purpose IO pin.
Cheers,
Alex
IDeyn
Contributor
7 years agoThank you very much for your answer, a_x_h_75!
I was almost sure that I could use CLK_n as GPIO, but wanted to be confident. Because of dedicated nature I thought that maybe CLK_n is constrained of its SSN impact or maybe those pins have higher capacity...