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

hnlCellInAllCells

hnlCellInAllCells( 
d_cellView 
)
=> t / nil

Description

Checks if the cellview argument exists as a cellview in the list of all cells. If not, this function returns nil.

Arguments

d_cellView

The cellViewId of the cell view checked.

If hierarchical configuration is used, the following arguments must also be supplied:

  • t_viewList: Effective view list.
  • t_pathName: Path name string.
  • t_LibName: Configuration library name.
  • t_cellName: Cell name.
  • t_viewName: View name.
  • t_isCellTopCell: If this cell is the top-cell.

Value Returned

t

The cellview argument exists as a cellview in the list of all cells.

nil

The command was unsuccessful.

Examples

hnlCellInAllCells( cellView )

Related Topics

OSS Functions


Return to top
 ⠀
X