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

cphGetTopCellName

cphGetTopCellName
g_cphManager
)
=> t_cellName

Description

Returns the cell name of the top schematic cellview in the specified physical configuration view.

Arguments

g_cphManager

CPH manager ID of the associated physical configuration view.

Value Returned

t_cellName

Cell name of the top schematic cellview.

Example

cph = cphOpenConfig("MOSLIB" "NAND" "physConfig")
cphGetTopCellName(cph) => "NAND"

Return to top
 ⠀
X