The create_noc_connection command specifies
the connection between NMU and NSU. Use the options -source and -target with the create_noc_connection command to specify the NMU and NSU,
respectively. The tool auto-assigns a name to the connection prefixed with noc_connection_* where the * indicates a sequential number
starting at 0 and increasing. The path option creates the NoC connection at a particular
level of hierarchy.
The following code snippet shows the creation of NoC connection between two NoC interfaces.
You can provide a custom name to a NoC connection by specifying the required custom name.
For example, the following command creates a NoC connection with the name
connection_1.
create_noc_connection -source $nmu_0 -target $nsu_0 connection_1
Also, you can create a NoC connection to a specific sub-instance. For example, the
following command creates a NoC connection with the name connection_1
at sub-instance test.
create_noc_connection -source $nmu_0 -target $nsu_0 test/connection_1