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

almSetParameterList

almSetParameterList(
t_lib
t_cell
l_parameter
[ ?view g_view ]
[ ?tool g_tool ]
[ ?entry g_entry ]
)

Description

Sets list of parameter names for the arguments specified.

These parameters are printed to the netlist if the user has given these values.

Arguments

t_lib

Name of the library in which the cell resides.

t_cell

Name of the cell.

l_parameter

List of parameter names. Each element must be a symbol.

?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.

?entry s_entry

Parameter entry. The default value is instParameters.

Example

almSetParameterList( "analogLib" "npn" ’(area m trise region) ?tool "spectre" ?entry "instParameters")

Return to top
 ⠀
X