almGetNetlistType
almGetNetlistType(t_lib t_cell[ ?viewt_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
Value Returned
|
Netlist type for the view or the tool specified, if the view has view-specific information. |
|
Example
almGetNetlistType( "rfLib" "balun" ?view "veriloga")
Return to top