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

absImportLEF

absImportLEF(
)
=> 0 / 1

Description

Creates cellviews from the LEF data.

Arguments

None

Value Returned

0

Indicates an error.

1

Indicates successful operation.

Options

ImportLefFiles filenames

Specifies the LEF files to import.

ImportLefView viewname

Specifies the cellview that a LEF macro will be saved to.

ImportTechLef { true | false }

Control whether LEF macros are overwritten or appended to when antenna LEF is imported after geometry LEF. The default setting is false.

Examples

Imports a LEF file called myleffile1 and specifies that LEF macro information be saved to the abstract view without overwriting any existing LEF data.

absSetOption( "ImportLefFiles" "myleffile1" )
=> 1
absSetOption( "ImportLefView" "abstract" )
=> 1
absSetOption( "ImportTechLef" "false" )
=> 1
absImportLEF
=> 1

Related Topics

Importing LEF in Abstract Generator


Return to top
 ⠀
X