Skip to content

Commit 813fdf7

Browse files
authored
Add diode to Spectre prelude (#40)
* Add diode to Spectre prelude * change PARAMS to PARAM
1 parent 154560d commit 813fdf7

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

pdks/sky130_commercial_pdk/src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ M0 d g s b phighvt l='l' w='w' mult='mult'
166166
.PARAM w=1.0 l=1.0 mult=1
167167
M0 d g s b nlowvt l='l' w='w' mult='mult'
168168
.ENDS
169+
170+
.SUBCKT sky130_fd_pr__diode_pw2nd vnb diode
171+
.PARAM p=1.0 a=1.0
172+
D0 vnb diode ndiode area='a' pj=2.64
173+
.ENDS
169174
"
170175
);
171176

0 commit comments

Comments
 (0)