hnlIsAStoppingCell
hnlIsAStoppingCell(
d_cellView
)
=> t / nil
Description
Checks if the cellview argument is a stopping cellview. A cell is a stopping point for expansion if its viewName is in the hnlViewList switch view list as well as the hnlStopList stopping list, or if the cell 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
hnlIsAStoppingCell( cellView )
Related Topics
Return to top