Skip to content

Commit 82a793a

Browse files
committed
Add stdcell diode for Sky130 PDK
1 parent 7825636 commit 82a793a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdks/sky130_common_pdk/src/stdcells.rs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ impl Sky130Pdk {
2525
("xnor3", Function::Xnor3, vec![1, 2, 4]),
2626
("xor2", Function::Xor2, vec![1, 2, 4]),
2727
("xor3", Function::Xor3, vec![1, 2, 4]),
28+
("diode", Function::Other("diode".to_string()), vec![2]),
2829
(
2930
"dfxtp",
3031
Function::Other("pos_ff".to_string()),

0 commit comments

Comments
 (0)