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

almSetNetlistProcedure

almSetNetlistProcedure(
t_lib
t_cell
s_procedure
[ ?view g_view ]
[ ?tool g_tool ]
)

Description

Sets the netlist procedure for the arguments specified.

The netlist is used to netlist an instance.

Arguments

t_lib

Name of the library in which the cell resides.

t_cell

Name of the cell.

s_procedure

Name of the netlist procedure.

?view g_view

Name of the view.

?tool g_tool

Name of the tool. This argument is ignored when the g_view argument is specified.

Example

The following code sets the netlist procedure Spectrercprim for the vdc cell in library analogLib:

almSetNetlistProcedure( "analogLib" "vdc" ’SpectrercPrim ?tool "spectre")

Return to top
 ⠀
X