almSetModuleName
almSetModuleName(t_lib t_cell t_name[ ?viewg_view] [ ?toolg_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
|
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