sky130.pcells.pnp

Contents

sky130.pcells.pnp#

sky130.pcells.pnp(E_width: float = 0.68, E_length: float = 0.68, B_width: float = 0.4, C_width: float = 0.4, np_spacing: float = 0.27, diffusion_layer: LayerEnum | str | tuple[int, int] = (65, 20), tap_layer: LayerEnum | str | tuple[int, int] = (65, 44), diff_enclosure: tuple[float, float] = (0.18, 0.18), contact_size: tuple[float, float] = (0.17, 0.17), contact_spacing: tuple[float, float] = (0.17, 0.17), contact_layer: LayerEnum | str | tuple[int, int] = (66, 44), contact_enclosure: tuple[float, float] = (0.06, 0.06), nwell_layer: LayerEnum | str | tuple[int, int] = (64, 20), sdm_enclosure: tuple[float, float] = (0.125, 0.125), nsdm_layer: LayerEnum | str | tuple[int, int] = (93, 44), psdm_layer: LayerEnum | str | tuple[int, int] = (94, 20), pnp_layer: LayerEnum | str | tuple[int, int] = (82, 44), li_layer: LayerEnum | str | tuple[int, int] = (67, 20), li_enclosure: float = 0.08, mcon_layer: LayerEnum | str | tuple[int, int] = (67, 44), mcon_enclosure: tuple[float, float] = (0.09, 0.09), m1_layer: LayerEnum | str | tuple[int, int] = (68, 20)) Component[source]#

Return pnp.

Parameters:
  • E_width – Emitter width.

  • E_length – Emitter length.

  • B_width – Base width.

  • C_width – Collector width.

  • np_spacing – Spacing between N+ and P+ implants.

  • diffusion_layer – Layer for the diffusion.

  • tap_layer – Layer for the tap.

  • diff_enclosure – Enclosure for the diffusion.

  • contact_size – Contact size.

  • contact_spacing – Contact spacing.

  • contact_layer – Layer for the contact.

  • contact_enclosure – Enclosure for the contact.

  • nwell_layer – Layer for the nwell.

  • sdm_enclosure – Enclosure for the source/drain implants.

  • nsdm_layer – Layer for the n+ source/drain implants.

  • psdm_layer – Layer for the p+ source/drain implants.

  • pnp_layer – Layer for the pnp.

  • li_layer – Layer for the local interconnect.

  • li_enclosure – Enclosure for the local interconnect.

  • mcon_layer – Layer for the mcon.

  • mcon_enclosure – Enclosure for the mcon.

  • m1_layer – Layer for the metal1.

import sky130

c = sky130.pcells.pnp(E_length=3.4, E_width=3.4, np_spacing=1, B_width=1, C_width=1)
c.plot()

(Source code, png, hires.png, pdf)

../_images/sky130-pcells-pnp-1.png