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

almGetNetlistType

almGetNetlistType(
t_lib
t_cell
[ ?view t_view ]
) 
=> t_netlistType / nil

Description

Returns the netlist type for the library, cell and view specified, if view-specific information is available. This procedure issued during netlisting.

Arguments

t_lib

Name of the library in which the cell resides.

t_cell

Name of the cell.

?view t_view

Name of the view.

Value Returned

t_netlistType

Netlist type for the view or the tool specified, if the view has view-specific information.

nil

Returns nil if no view-specific information is available.

Example

almGetNetlistType( "rfLib" "balun" ?view "veriloga")

Return to top
 ⠀
X