sky130.pcells.sky130_fd_pr__res_generic_nd#
- sky130.pcells.sky130_fd_pr__res_generic_nd(res_width=0.42, res_length=2.1)[source]#
Return an N+ diffusion resistor matching Magic VLSI geometry.
Geometry: diffusion body centred at origin with licon contacts at head/tail, NSDM implant, diffres marker, and 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_nd() c.plot()
(
Source code,png,hires.png,pdf)