get_noc_connections - 2024.2 English - UG1387

Versal Adaptive SoC Hardware, IP, and Platform Development Methodology Guide (UG1387)

Document ID
UG1387
Release Date
2024-12-18
Version
2024.2 English

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