almSetNetlistProcedure
almSetNetlistProcedure(t_lib t_cell s_procedure[ ?viewg_view] [ ?toolg_tool] )
Description
Sets the netlist procedure for the arguments specified.
The netlist is used to netlist an instance.
Arguments
|
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