Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

apInsertFill

apInsertFill 
[ d_cv ]
[ S_placementStyle ]
[ S_engineName ]
)
=> t / nil

Description

(Virtuoso Layout Suite EXL and above) Inserts fill in the given layout based on the options specified either in the Auto P&R Assistant or through the vreSetOptions SKILL function.

Arguments

d_cv

Specifies cellview for fill insertion.

S_placementStyle

Specifies the placement style as either Device or Standard Cell.

S_engineName

Specifies the name of the placement engine, for example, ap.

Value Returned

t

Fill was inserted in the given layout.

nil

The command was unsuccessful.

Examples

Uses the options specified in the Auto P&R assistant for device style placement.

cv = geGetEditCellView() 
apInsertFill(cv 'device 'ap)

Related Topics

apDeleteFill

Auto P&R Assistant User Interface for Device-Level Placement


Return to top
 ⠀
X