sky130.pcells.sky130_fd_pr__cap_mim_m3_1#
- sky130.pcells.sky130_fd_pr__cap_mim_m3_1(cap_width=2.0, cap_length=2.0)[source]#
MIM capacitor between Metal 3 (bottom plate) and Metal 4 (top plate).
The layout is asymmetric: the capm (MIM dielectric) layer sits on the left side of the cell with met4 landing on top, while a bottom-plate pickup strip (met4 over via3 down to met3) occupies the right side.
All geometry is centered at the origin to match Magic’s output.
- Parameters:
cap_width (float) – X-dimension of the MIM dielectric (capm) in um.
cap_length (float) – Y-dimension of the MIM dielectric (capm) in um.
- Return type:
Component
import sky130 c = sky130.pcells.sky130_fd_pr__cap_mim_m3_1() c.plot()
(
Source code,png,hires.png,pdf)