We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7825636 commit 82a793aCopy full SHA for 82a793a
pdks/sky130_common_pdk/src/stdcells.rs
@@ -25,6 +25,7 @@ impl Sky130Pdk {
25
("xnor3", Function::Xnor3, vec![1, 2, 4]),
26
("xor2", Function::Xor2, vec![1, 2, 4]),
27
("xor3", Function::Xor3, vec![1, 2, 4]),
28
+ ("diode", Function::Other("diode".to_string()), vec![2]),
29
(
30
"dfxtp",
31
Function::Other("pos_ff".to_string()),
0 commit comments