- In the Hierarchy pane of the Sources window, select the IP XDC file (uart_top.xdc) listed under the Constraints section.
- 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.