Forum Discussion
Hi,
Can you share your Quartus version that you are using? Also, can you attached/provide the exact errors that you are seeing when compiling in Quartus?
Hi,
I'm using Quartus 17.1.
Here is the error : " Error (169281): There are 375 IO input pads in the design, but only 331 IO input pad locations available on the device. "
attached you can find 2 screenshots (part1 and part2) of my QSYS design anf the vhd file for the pin instantiation.
- EBERLAZARE_I_Intel5 years ago
Regular Contributor
Hi,
Seems like it is a IO limitation issue in your design based on the board that you are using. There are too many IO input which is not supported which the device that you are using.
Firstly, can you re-check the Pin Planner to make sure the IO location assignments are set correctly.
Next, you could try to reduce the IO input pads in your design and recompile the design to see if that would work for your board.