EPeet
New Contributor
7 years agoConnectivity issues when "Set as Design Partition" is ON in Quartus Prime
One of the sub-blocks in the design I am trying to synthesize comes as a pre-synthesized IP (.vqm file).
If I run the synthesis & PlaceAndRoute without any special commands, it works ok.
But as this block has been already pre-synthesized by the vendor, I would like to just insert it without letting the synthesis doing any further optimizations (and also let the ports of the IP survive synthesis). But when I set the "Set as Design Partition" for the IP, the "Partition merge" stage fails; the reason is that a lot of ports of the IP has incorrect connections:
Error (35052): Partition "xxx" has port "yyy" driven by a constant connected to the illegal node
What am I doing wrong?