Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pdks/sky130_commercial_pdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,9 @@ M0 d g s b phighvt l='l' w='w' mult='mult'
.SUBCKT sky130_fd_pr__nfet_01v8_lvt d g s b PARAMS: w=1.0 l=1.0 mult=1
M0 d g s b nlowvt l='l' w='w' mult='mult'
.ENDS

.SUBCKT sky130_fd_pr__diode_pw2nd vnb diode PARAMS: p=1.0 a=1.0
D0 vnb diode ndiode area='a' pj=2.64
.ENDS
"
);