hnlIsCurrentInstStopping
hnlIsCurrentInstStopping( ) => t / nil
Description
Checks if the current instance, hnlCurrentInst, is a stopping instance. An instance is a stopping point for expansion if the instance master is in the instance specific stopList. An instance is also a stopping point if the instance has a string property, nlAction with stop as its value. This function is used throughout the netlister to determine when to stop expansion and whether to output a macro reference or a reference to a primitive device.
Arguments
Value Returned
Examples
hnlIsCurrentInstStopping()
Related Topics
Return to top