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

absImportLogical

absImportLogical(
)
=> 0 / 1

Description

Creates cellviews from existing logical information, typically represented in LIB or Verilog formats.

Arguments

None

Value Returned

0

Indicates an error.

1

Indicates successful operation.

Options

ImportLogicalFiles filenames

Specifies the names of one or more logical files to import.

ImportLogicalType { LIB | Verilog }

Specifies the logical file type format, LIB or Verilog. The default setting is LIB.

Examples

Imports a Verilog logical file called logic1.

absSetOption( "ImportLogicalFiles" "logic1" )
=> 1
absSetOption( "ImportLogicalType" "Verilog" )
=> 1
absImportLogical
=> 1

Related Topics

Importing Logical Data in Abstract Generator


Return to top
 ⠀
X