Forum Discussion
NShan12
Occasional Contributor
5 years agoFitter Error - Can't place I/O pin - Clock input pins
Hello,
My design uses the Cyclone 10 FPGA - 10CL040ZU484I8G. During fitter stage I get the error:
Error (169057): Can't place I/O pin <clock input name> at pin location T22 -- I/O pin uses weak ...
AminT_Intel
Regular Contributor
5 years agoHello,
It seems like the pin locations you set do not support weak pull-up resistor. Please refer the guideline from this handbook and change your pin location assignment: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/cyclone-10/c10lp-51003.pdf
Thank you.
AminT_Intel
Regular Contributor
5 years agoWe do not receive any response from you to the previous question/reply/answer that I have provided. This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.
- NShan125 years ago
Occasional Contributor
Hello,
I manually enabled/disabled pull ups for the pins in the pin planner. This was solved. Thank you!