The get_noc_connections command
provides a list of all the connections created in the create_noc_connection command. NoC connections created on a BD are not
included in this list. For a DFX design, the command returns out interfaces present in
static part only.
Query the NoC connections using the -source and -target options as shown in
the code snippet.
Figure 1. get_noc_connections Code Example
To query the various properties of the NoC connection, use the report_property –all command for a NoC connection in the
Vivado Tcl Console as shown in the code
snippet.
Figure 2. report_property –all Code Example