sky130.pcells.sky130_fd_pr__res_generic_po

sky130.pcells.sky130_fd_pr__res_generic_po#

sky130.pcells.sky130_fd_pr__res_generic_po(res_width=0.33, res_length=1.65)[source]#

Return a standard poly resistor matching Magic VLSI geometry.

Geometry: poly body centred at origin with head/tail poly contacts, NPC over contact ends, RPM (polyres) over resistor body, pwell guard ring.

Parameters:
  • res_width (float) – width of the resistor body (W) in um.

  • res_length (float) – length of the resistor body (L) in um.

Return type:

Component

import sky130

c = sky130.pcells.sky130_fd_pr__res_generic_po()
c.plot()

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

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