- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To avoid constants driving the partition boundary, modify the specified partition assignment. Adding an HDL wrapper and setting the partition assignment on the wrapper level to absorb the constant might avoid the illegal netlist structure.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page