Skip to content

Commit 6aed819

Browse files
authored
Fix commercial PDK prelude to support diodes (#37)
1 parent 529b980 commit 6aed819

File tree

1 file changed

+4
-0
lines changed
  • pdks/sky130_commercial_pdk/src

1 file changed

+4
-0
lines changed

pdks/sky130_commercial_pdk/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,9 @@ M0 d g s b phighvt l='l' w='w' mult='mult'
201201
.SUBCKT sky130_fd_pr__nfet_01v8_lvt d g s b PARAMS: w=1.0 l=1.0 mult=1
202202
M0 d g s b nlowvt l='l' w='w' mult='mult'
203203
.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
204208
"
205209
);

0 commit comments

Comments
 (0)