sky130.pcells.waypoint

Contents

sky130.pcells.waypoint#

sky130.pcells.waypoint(width=0.2, layer=(235, 4), instance_name='')[source]#

Returns a waypoint square with ports exposed.

Parameters:
  • width (float) – width of the square.

  • layer (tuple[int, int] | str | int | LayerEnum) – layer of the square.

  • instance_name (str) – unique name for the instance.

Return type:

Component