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

almSetModuleName

almSetModuleName (
t_lib
t_cell
t_name
[ ?view g_view ]
[ ?tool g_tool ]
)

Description

Sets the module name for the view or tool.

The module name, also referred to as component name or model name, is used in the netlist to identify the type of component.

Arguments

t_lib

Name of the library in which the cell resides.

t_cell

Name of the cell.

t_name

Module name.

?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

almSetModuleName("analogLib" "res" "resistor" ?tool "spectre")

Return to top
 ⠀
X