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

cphGetTopLibName

cphGetTopLibName(
g_cphManager
)
=> t_libName

Description

Returns the library 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_libName

Library name of the top schematic cellview.

Example

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

Return to top
 ⠀
X