Tcl Properties - Tcl Properties - 2026.1 English - UG895

Vivado Design Suite User Guide: System-Level Design Entry (UG895)

Document ID
UG895
Release Date
2026-07-01
Version
2026.1 English

Configure RTL elaboration behavior using properties on the source fileset, as shown in the following example:

# Control OOC IP representation in elaboration
set_property elab_ip_rtls true [current_fileset]

# Control how DCP sources are linked (netlist vs blackbox)
set_property elab_link_dcps true [current_fileset]

# Apply constraints during elaboration
set_property elab_load_timing_constraints true [current_fileset]