slk_insert_allow_touch_assign_net
NAME
slk_insert_allow_touch_assign_net
Enables or disables performing the insertion ECO on the assign net in Tweaker.
TYPE
boolean
DEFAULT
false
DESCRIPTION
By default, Tweaker does not perform the insertion ECO on the assign-net
since some APR tools do not have the corresponding command to support this
type of ECO.
When this variable is set to true, Tweaker can insert on the assign-net.
When this variable is set to true, it is highly recommended to implement
the ECO by using either "high-level ECO TCL" or NETLIST with DEF".
EXAMPLES
set slk_insert_allow_touch_assign_net true
|