nlTranslateFlatIEPathName
nlTranslateFlatIEPathName(o_formattert_hierDelimitert_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
|
The delimiter used to parse the hierachical IE instance path. |
|
Value Returned
|
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