Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou're trying to compile the design directly into a chip - it doesnt have enough pins to fit each bit of each value to a separate pin. Remember integers are 32 bits.
I assume/hope you are intending this to be a block as part of a larger design. 1153 IOs is about what the top end stratix devices have, and you wouldnt normally assign them all to something like this. what you can do for now is assign all pins as virtual - this allows you to see how big the design will be without assigning actual pins. But you cannot run the chip with virtual pins.