Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

create_polygon_shape

create_polygon_shape
-lpp s_lpp 
-points {f_x1 f_y1 f_x2 f_y2… f_xn f_yn [ f_x1 f_y1 ]} 

Description

Creates a polygon shape on the given layer purpose at the given coordinates.

Arguments

-lpp s_lpp

Specifies the layer purpose to add the polygon shape to.

-points { f_x1 f_y1 f_x2 f_y2 … f_xn f_yn [ f_x1 f_y1 ] }

  

Specifies the boundary points for the polygon. The polygon will be closed even if you do not include the starting point (f_x1 f_y1) at the end of the list.

Examples

The following command creates the polygon shape shown in the following figure on the Metal1:wire:pin purpose.

create_polygon_shape -points {0 1 10 1 10 7 4 7 4 3 0 3 0 1} -lpp Metal1:wire:pin

The following equivalent command does not include the starting point at the end of the list.

create_polygon_shape -points {0 1 10 1 10 7 4 7 4 3 0 3} -lpp Metal1:wire:pin
Polygon Shape

Related Topics

Create Commands

create_rect


Return to top
 ⠀
X