27.16.1 Connect Instances Using New PortsIn order to connect two module instances using new ports, you must specify the output instance (the signal source) and the input instance (the signal destination). New ports will be created across the design hierarchy as needed, in order to propagate the signal. Press the
Select Top button and pick one of the available design tops.
Right click on an instance and select
Connect Output from the context menu.
The output instance is presented in the Refactoring Connect View
Output textbox:
Select another instance, right click and
Connect Input.
The input instance is presented in the Refactoring Connect View
Input textbox along the previous set output instance:
Press
Compute Changes button.
You can choose
Diagram Preview to see the design affected by the refactoring operation or
Code Preview to see the source code changes.
Press the
Connect button in order to perform the changes.
Note 1: You can undo the whole refactoring operation using the application menu
Edit -> Undo.
Note 2: You can select the output/input instances from editor right click menu
Refactoring ->
Connect Output /
Connect Input.
|