Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

cphGetCellForceDescend

cphGetCellForceDescend(
g_physConfigID
t_logLib
t_logCell
)
=> t / nil

Description

Returns whether the force descend attribute is set for a specific cell in the physical configuration associated with the given ID.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_logLib

Name of the library containing the logical cell.

t_logCell

Name of the logical cell.

Value Returned

t

The force descend is set for the specified cell.

nil

The force descend is not set for the specified cell.

Example

cphGetCellForceDescend(cph "cph" "nand") => t

Return to top
 ⠀
X