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

hnlMultipleCells

hnlMultipleCells(
t_name
)
=> t / nil

Description

Checks if the cellname argument exists for more than one cell name or cellview in the list of all cells. This function is used to detect cases of cells having the same name, but which are found in more than one location of the design hierarchy. This happens when cells with the same name are found in more than one library.

Arguments

t_name

Name of the cell.

Value Returned

t

The cellname argument is listed for more than one cell name or cellview in the list of all cells.

nil

The command was unsuccessful.

Examples

hnlMultipleCells( "inv" )

Related Topics

OSS Functions


Return to top
 ⠀
X