set_routing_style
set_routing_style
-style { auto | asic | chip_assembly | device }
Description
Sets the routing style based on the design type. The GUI equivalent for this command is Route – Design Setup.
Arguments
|
-style s_style
|
Specifies the routing style as one of the following:
|
|
|
auto
|
The routing style is determined based on the design characteristics. This is the default.
|
|
|
asic
|
Design is mostly standard cells, may contain a few macros, and is routed on the routing grid.
|
|
|
chip_assembly
|
Design is comprised mostly of macros, may contain some standard cells, and is routed on the manufacturing grid.
|
|
|
device
|
Design is a block design that contains transistors, has poly routing, and is routed on the manufacturing grid.
|
Examples
The following example sets the routing style for a device level design.
set_routing_style -style device
Related Topics
Design Configuration Commands
get_routing_style
Return to top