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

cphSetCellForceDescend

cphSetCellForceDescend(
g_physConfigID
t_logLib
t_logCell
g_value
)
=> t / nil

Description

Sets or unsets the force descend attribute on a specified cell in the physical configuration associated with the given ID. This forces hierarchy traversal to proceed beyond instances of the cell, even if it would normally be considered a leaf-level instance.

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.

g_value

Specifies whether force descend is set.

  • When set to t, the force descend is turned ON.
  • When set to nil, the force descend is turned OFF.

Value Returned

t

The force descend was successfully updated.

nil

The command failed.

Example

cphSetCellForceDescend(cph "cph" "nand" t)

Return to top
 ⠀
X