5.34.130.27 Example
Example 1:
set_defvar “FORMAT” “VHDL”
Sets the FORMAT internal variable to VHDL.
Example 2:
set variableToSet "DESIGN" set valueOfVariable “VHDL”
set_defvar $variableToSet $valueOfVariable
These commands set the FORMAT variable to VHDL, shows the use of variables for this command.
