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

absImportDEF

absImportDEF(
)
=> 0 / 1

Description

Creates cellviews from DEF data.

Arguments

None

Value Returned

0

Indicates an error.

1

Indicates successful operation.

Options

ImportDefFiles filenames

Specifies the name of the DEF files to be imported.

DefaultBin { Core | IO | Corner | Block | Ignore }

Selects the bin that you want library cells to be imported to. The default setting is Core.

Examples

Imports a DEF file called mydeffile1and moves the views into the Core bin.

absSetOption( "ImportDefFiles" "mydeffile1" )
=> 1
absSetOption( "DefaultBin" "Core" )
=> 1
absImportDEF
=> 1

Related Topics

Importing DEF in Abstract Generator


Return to top
 ⠀
X