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
Value Returned
|
Returns the list of library and cell name pairs for the registered Pcells. |
|
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