Creating the NoC Constraints - Creating the NoC Constraints - 2026.1 English - UG1387

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

Document ID
UG1387
Release Date
2026-07-22
Version
2026.1 English

Use NoC constraints to make connections, set QoS properties, and specify addressing apertures. Place all NoC constraints in a separate XDC file.

After you create the NoC constraints file, set the USED_IN property of that file to synthesis_pre. This is necessary for the validate_noc command to find the NoC constraints. Below is the corresponding Tcl command for setting this property:

set_property USED_IN {synthesis_pre} [get_files <path_to_the_xdc_file>/<file_name>.xdc]
Figure 1. USED_IN Property Set for NoC Constraints XDC File