Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
Yes, you can use dedicated clock input pins for general purpose input (but not output) signals. Indeed you can also use general purpose I/O for clock inputs too but if you can avoid it I would.
I don't think that warning is (necessarily) related to such an assignment. I've just tried this and don't see a similar warning. Do you have a clock going into a general purpose I/O pin? I think that is more likely to result in such a warning. Quartus may find it difficult to route a clock, coming in on an I/O pin, to a large number of registers. Cheers, Alex - Altera_Forum
Honored Contributor
The warning message concerns an IO input that is not used as a clock. When I have this message (regular input on GCLK pin) the fitter report indicates a fanout of 0.
I have tried to remove the pin allocation and the message disappears. Moreover, in this case the fitter report indicates a fanout of 2... I don't use clock going into general purpose. All input clocks are located on GCLKx pins.