21.3.61 is_synthesis_enabled

Description

Tcl query to determine if a project can be synthesized. The source is an .edn file.

is_synthesis_enabled

Arguments

Return TypeDescription
1Synthesis is enabled.
0Synthesis is disabled.

Example

set p [is_synthesis_enabled]
puts “$p”