We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529b980 commit 6aed819Copy full SHA for 6aed819
pdks/sky130_commercial_pdk/src/lib.rs
@@ -201,5 +201,9 @@ M0 d g s b phighvt l='l' w='w' mult='mult'
201
.SUBCKT sky130_fd_pr__nfet_01v8_lvt d g s b PARAMS: w=1.0 l=1.0 mult=1
202
M0 d g s b nlowvt l='l' w='w' mult='mult'
203
.ENDS
204
+
205
+.SUBCKT sky130_fd_pr__diode_pw2nd vnb diode PARAMS: p=1.0 a=1.0
206
+D0 vnb diode ndiode area='a' pj=2.64
207
+.ENDS
208
"
209
);
0 commit comments