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

nlTranslateFlatIEPathName

nlTranslateFlatIEPathName(
o_formatter 
t_hierDelimiter 
t_iePathName
) 
=> t_iePathName

Description

Parses a hierachical IE instance path and returns the path of the IE instance that is to be printed in the digital netlist.

Arguments

o_formatter

The formatter object.

t_hierDelimiter

The delimiter used to parse the hierachical IE instance path.

t_iePathName

The hierarchical IE instance path.

Value Returned

t_iePathName

The path of the IE instance to be printed in the digital netlist.

Examples

defmethod( nlTranslateFlatIEPathName ((formatter yourFormatter) hierDelimiter iePathName)
iePathComponents = parseString(iePathName hierDelimiter)
yourFunctionToModifyIEPathName(iePathComponents)
)


Return to top
 ⠀
X