Defining the Apertures for XPMs - 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

If XPM NSUs are instantiated in the RTL, then the aperture for each NSU needs to be defined in the XDC. The command below shows how to set an aperture on an NSU using an XDC constraint.

set_property APERTURES [list \{0x201_0000_0000:0x201_0000_FFFF}] $nsu_0

No two NSUs can have the same addressing apertures, otherwise the tool would throw the error as shown below.

Figure 1. Aperture Error