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

ancGetSimInstName

ancGetSimInstName( 
l_netlistDpl
)
=> t_extName

Description

This function provides the external instance name for the current instance being formatted in the netlister. The function must only be used by customized socket netlisters or custom socket netlist procedures. The routine takes into consideration the netlist mode (FNL, HNL or IHNL), case mapping (lower, upper or mixed) and the prefix for the instance.

Argument

l_netlistDpl

Netlist DPL passed to the netlist procedure.

Value Returned

t_extName

Returns the external name for current instance.

Example

ancGetSimInstName( netdpl )

Return to top
 ⠀
X