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

create_inplace_cover_obstruction

create_inplace_cover_obstruction(
[ -lib s_libName -cell s_cellName -view s_viewName ]
[ -rangeType s_rangeType ]
[ -bound1 l_bound1 -bound2 l_bound2 ]

Description

Creates an InPlaceCoverObstruction object on the specified cellview of the library.

Arguments

-lib s_libName -cell s_cellName -view s_viewName

Specifies the library name, cell name, and view name.

-bound1 l_bound1 -bound2 l_bound2

Integer mask range (minMask, maxMask) for the InPlaceCoverObstruction to be created in the cellview.

-rangeType s_rangeType

Specifies the type of mask range. The valid values are: lessThan, lessThanEqual, greaterThan, greaterThanEqual, closed, open, openLeft, and openRight.

Examples

The following example specifies the given cellview unitTestLib/ixInPlaceCoverObstruction_master1/layout for which the InPlaceCoverObstruction is to be created.

create_inplace_cover_obstruction -lib unitTestLib -cell ixInPlaceCoverObstruction_master1 -view layout -rangeType closed -bound1 0 -bound2 4

Related Topics

InPlace Cover Obstruction Commands


Return to top
 ⠀
X