cutout#
- Cell.cutout(included_nets, clipped_nets, clipping_polygon, clean_clipping=True, in_place=False)#
Cut out an existing cell into a new cell.
- Parameters:
- included_nets
list[Net] Nets to keep after cutout.
- clipped_nets
list[Net] Nets to kept and clip at the boundary after cutout.
- clipping_polygon
PolygonData Clipping polygon.
- clean_clippingbool,
optional Whether to perform clean clipping. The default is
True.- in_placebool,
optional Whether to perform the cutout in place. The default is
False.
- included_nets
- Returns:
CellCell created.