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
|
The bit of the terminal attached to the returned signal name of the net. |
Value Returned
Examples
hnlNetNameOnTerm( "IN<3:0>" 2 )
hnlNetNameOnTerm( "IN" 0 )
Related Topics
Return to top