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

hnlNetNameOnTerm

hnlNetNameOnTerm( 
t_termName
x_bit
)
=> name / nil

Description

Returns the signal name of the net attached to the given bit of 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.

If this bit of net is connected to an inherited terminal then the netlister-generated name is returned.

Arguments

t_termName

The name of the terminal.

x_bit

The bit of the terminal attached to the returned signal name of the net.

Value Returned

name

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

nil

The terminal is not found or if the specified bit is not in the range of bits of the given terminal.

Examples

hnlNetNameOnTerm( "IN<3:0>" 2 )
hnlNetNameOnTerm( "IN" 0 )

Related Topics

OSS Functions


Return to top
 ⠀
X