Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSolved!
Turns out that when doing the "Generate Bottom-Up design partition scripts", Quartus automatically declares Virtual Pins the Output signals of the child partition, but only if they are used by the parent partition. If the Child outputs are *unused*, they get assigned to an Output pin (!). I had about half such outputs unused. I had to manually declare ALL such outputs Virtual Pins. Mauro Cerisola