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
Value Returned
|
The signal name of the net attached to the specified terminal for the current instance being expanded. |
|
Examples
hnlNetNameOnTermName( "IN<3:0>")
Related Topics
Return to top