In order to maintain compatibility between RMs for a Reconfigurable Partition,
ports must be consistent.
Important: Each design source contained in a block design container (BDC) must
have the same port list otherwise a design rule check will be flagged upon
validation.
[BD 41-2125] There are boundary differences for </RP_inst> between 'rm1.bd' and 'rm2.bd':
* Port with name 'reset' exists in rm1.bd but not in rm2.bd
[BD 41-2315] Block Design Container </RP_inst> is enabled for Dynamic Function eXchange,
which means that all the Synthesis sources should settle upon the same boundary.
Please resolve earlier errors or disable Dynamic Function eXchange and try again.
Ports can be modified in one RM BD, then the changes can be pushed to all other RMs for the selected BDC. Follow these steps to propagate the changes across multiple RMs:
- Edit the active block design within a BDC. The active block design is indicated by the radio button selection in the BDC GUI. Add or remove ports as necessary, then validate and save the design.
- Once this is done, a yellow banner alert is generated in the project, and the top-level block design is shown as modified. Click the Refresh Changed Modules link in the banner to update the BDC instance in the top level.
- The BDC instance shows new and modified ports. Make connections to complete the top-level block design. If you validate the BD, you receive the Critical Warnings listed above, as expected.
- Right-click the BDC to select Update Boundary of
Sources. Use the pull-down menu to select the appropriate BD for the
master instance. All ports from this BD are echoed in all BDs selected in the main
body of the dialog box. Click OK to apply the
changes.
Tip: This action runs theFinally, return to all the other block designs used within this BDC. Each has new or modified (or removed) ports available within the BD. The Update Boundary feature provides the ports but not connect them.update_bd_boundaries
Tcl command.Note: Ensure to define how to use new ports.