sevRegisterPcellsForAnnotation
sevRegisterPcellsForAnnotation(l_LibCellNames) =>l_LibCellNames/nil
Description
Returns a list of library and cell name pairs for the registered Pcells.
Arguments
|
The list of library and cell name pairs for the Pcells to be registered. |
Value Returned
|
The list of library and cell name pairs for the Pcells, if registered successfully. |
|
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