Tcl Command for Configuring Project Settings - 2020.2 English

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

Document ID
UG895
Release Date
2021-02-12
Version
2020.2 English

Following is the associated Tcl command for configuring different properties for the project. The example shows how to configure the target language property for the project:

  • Tcl Command: set_property
  • Tcl Command Example: set_property target_language Verilog [current_project]
Recommended: You can set multiple properties, including properties for the project or for synthesis or implementation runs. The best way to learn the property name and target is by performing the operation in the Vivado IDE and looking at the corresponding Tcl commands in the Tcl Console.