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

sevGetRegisteredPcellsForAnnotation

sevGetRegisteredPcellsForAnnotation(
)
=> l_LibCellNames/ nil

Description

Returns the list of library and cell name pairs of the registered Pcells to be used in the operating point annotation flow.

Arguments

None

Value Returned

l_LibCellNames

Returns the list of library and cell name pairs for the registered Pcells.

nil

The call is unsuccessful.

Example

The following example shows how you can use this function to get a list of registered Pcells:

sevRegisterPcellsForAnnotation(list("tsmcN5/analog_cmos_cell" "tsmcN5/hp_analog_cell" "tsmcN5_ArrayLib/mosfet_StackGate"))
=> ("tsmcN5/analog_cmos_cell" "tsmcN5/hp_analog_cell" "tsmcN5_ArrayLib/mosfet_StackGate")

Return to top
 ⠀
X