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
|
Name of the library containing the physical cell to be assigned. |
|
Value Returned
|
The physical cell was assigned to the specified component type group. |
|
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