connect_array_insts
db.connect_array_insts stringarrayName
Description
Provides connectivity and routability support for array instances.
-
routable: Only routable array instances (with master having at least one terminal) are scalarized and connected. -
all: All array instances are scalarized and routable instances are connected as well. -
none: array instances are not scalarized and connected by default. An appropriate warning message appears in this case. -
never: this value is similar to none but does not display a warning message.
GUI Equivalent
Examples
getvar db.connect_array_insts
setvar db.connect_array_insts routable
setvar db.connect_array_insts all
Related Topics
Space-based Router Tcl Environment Variables
Return to top