Defining QoS Properties on NoC Connections - Defining QoS Properties on NoC Connections - 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

The XDC file creates the NoC connections. You need to define the QoS properties on these NoC connections. These properties include Bandwidth, Burst, and Latency. The command below shows an example for changing the properties on a NoC connection.

set_property -dict [list READ_BANDWIDTH 400 READ_AVERAGE_BURST 4 WRITE_BANDWIDTH 400 WRITE_AVERAGE_BURST 4] $conn0

Store the QoS properties in the same XDC constraint file as the NoC connections.

Note: If QoS properties are not configured on a connection, each connection is set to the default values.

For more information on the QoS properties, refer to the following documents:

  • Versal Adaptive SoC Programmable Network on Chip and Integrated Memory Controller LogiCORE IP Product Guide (PG313)
  • Programmable Network on Chip (NoC2) LogiCORE IP Product Guide (PG406)
  • Integrated DDR5/LPDDR5/5X Memory Controller LogiCORE IP Product Guide (PG456)