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

hnlSortTerms

hnlSortTerms(
d_term1
d_term2
)
=> t / nil

Description

Determines net order in the sorted lists of net names. It takes as argument two terminals and does a comparison by the name field. It is used as argument to the sort SKILL function.

Arguments

d_term1

The termId of term1.

d_term2

The termId of term2.

Value Returned

t

The name of the net connected to term1 precedes that of the net connected to term2.

nil

The name of the net connected to term1 does not precede that of the net connected to term2.

Examples

hnlSortTerms( term1 term2 )

Related Topics

OSS Functions


Return to top
 ⠀
X