design_type
db design_type string designType
Description
Specifies the design style that is used in routing, which is implicitly set in the routing form or when loading the design. You do not need to set the design style directly. It is one of three values: devicelevel, asic, or chipassembly.
GUI Equivalent
Examples
getvar db.design_type
setvar db.connect_mustjoin_pins devicelevel
setvar db.connect_mustjoin_pins ASIC
Related Topics
Space-based Router Tcl Environment Variables
Return to top