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

sevRegisterPcellsForAnnotation

sevRegisterPcellsForAnnotation(
l_LibCellNames
)
=> l_LibCellNames/ nil

Description

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

Arguments

l_LibCellNames

The list of library and cell name pairs for the Pcells to be registered.

Value Returned

l_LibCellNames

The list of library and cell name pairs for the Pcells, if registered successfully.

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