hnlGetTermByName
hnlGetTermByName(t_cellviewt_termname)
Description
Returns the terminal ID and index corresponding to the member termname found in the specified cellview, where the ID is the first element of the list and the index is the second. If the given terminal name implies a width greater than 1, a -1 is returned as the index. If a single bit name is given, then the index returned is the index to the terminal.
Arguments
Examples
hnlGetTermByName( cellview termname )
Related Topics
Return to top