Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCheckRecursion

dbCheckRecursion( 
d_cellViewId 
) 
=> t / nil 

Description

Checks for occurrence of the given top cellview in the hierarchy of the instHeader masters or any other recursion inside the instHeader master hierarchy.

So whether the hierarchy is A->B->C->A or A->B->C->B, dbCheckRecursion(A) catches the recursion.

Arguments

d_cellViewId

Top cellview to check if there is recursion.

Values Returned

t

There is no recursion.

nil

There is recursion along with warning messages.

Examples

Checks for occurrence of topCellView in the hierarchy of the instHeader master.

dbCheckRecursion( topCellView )
=>t

Return to top
 ⠀
X