absImportLogical
absImportLogical(
)
=> 0 / 1
Description
Creates cellviews from existing logical information, typically represented in LIB or Verilog formats.
Arguments
Value Returned
Options
|
Specifies the logical file type format, |
|
Examples
Imports a Verilog logical file called logic1.
absSetOption( "ImportLogicalFiles" "logic1" )
=> 1
absSetOption( "ImportLogicalType" "Verilog" )
=> 1
absImportLogical
=> 1
Related Topics
Return to top