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.