Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

hnlNetNameOnTermName

hnlNetNameOnTermName(
t_termName
)
=> name / nil

Description

Returns the signal name of the net attached to the terminal of the given name on the current instance being expanded. This function guarantees the same name is returned even if the net is aliased, and this function is later called with a terminal attached to one of the aliases of this net.

Arguments

t_termName

The name of the terminal

Value Returned

name

The signal name of the net attached to the specified terminal for the current instance being expanded.

nil

The terminal is not found.

Examples

hnlNetNameOnTermName( "IN<3:0>")

Related Topics

OSS Functions


Return to top
 ⠀
X