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

ctAddCellToCompTypeGroup

ctAddCellToCompTypeGroup(
g_physConfigID
t_physLib
t_physCell
t_ctgName
)
=> t / nil

Description

Assigns a specified physical cell to a component type group in the physical configuration associated with the given ID.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_physLib

Name of the library containing the physical cell to be assigned.

t_physCell

Name of the physical cell to be assigned.

t_ctgName

Name of the component type group.

Value Returned

t

The physical cell was assigned to the specified component type group.

nil

The physical cell was not assigned.

Example

This example assigns the spnnmos cell in library cph to a component type group called nmos.

ctAddCellToCompTypeGroup(physConfigID "cph" "spnnmos" "nmos")

Return to top
 ⠀
X