sky130.pcells.sky130_fd_pr__cap_mim_m3_2#
- sky130.pcells.sky130_fd_pr__cap_mim_m3_2(cap_width=2.0, cap_length=2.0)[source]#
MIM capacitor between Metal 4 (bottom plate) and Metal 5 (top plate).
Same asymmetric layout as cap_mim_m3_1 but one metal layer up: cap2m dielectric on the left, bottom-plate pickup on the right.
All geometry is centered at the origin to match Magic’s output.
- Parameters:
cap_width (float) – X-dimension of the MIM dielectric (cap2m) in um.
cap_length (float) – Y-dimension of the MIM dielectric (cap2m) in um.
- Return type:
Component
import sky130 c = sky130.pcells.sky130_fd_pr__cap_mim_m3_2() c.plot()
(
Source code,png,hires.png,pdf)