21.3.61 is_synthesis_enabled
(Ask a Question)Description
Tcl query to determine if a project can be synthesized. The source is an .edn file.
is_synthesis_enabled
Arguments
Return Type | Description |
---|---|
1 | Synthesis is enabled. |
0 | Synthesis is disabled. |
Example
set p [is_synthesis_enabled]
puts “$p”