sky130.pcells.sky130_fd_pr__res_high_po#
- sky130.pcells.sky130_fd_pr__res_high_po(res_width=0.35, res_length=0.5)#
Return a high-resistance poly resistor matching Magic VLSI geometry.
Different from generic_po: uses rpmdrawing (86,20), single NPC covering entire poly, solid PSDM, continuous licon contact strips, and different contact region dimensions.
- 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_high_po_0p35() c.plot()
(
Source code,png,hires.png,pdf)