Setting the Processing Order for the IP XDC - 2021.2 English

Vivado Design Suite Tutorial: Creating and Packaging Custom IP

Document ID
UG1119
Release Date
2021-11-17
Version
2021.2 English
  1. In the Hierarchy pane of the Sources window, select the IP XDC file (uart_top.xdc) listed under the Constraints section.
  2. In the Source File Properties window, scroll down and change the PROCESSING_ORDER property value to LATE, as shown in the following figure.

    You could also change the property value in the Tcl Console with the following Tcl command:

    set_property PROCESSING_ORDER LATE [get_files uart_top.xdc]

    After completing the above steps, the XDC files are correctly prepared for packaging and the OOC design flow.