We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8d358 commit 5e73b10Copy full SHA for 5e73b10
pdks/sky130_common_pdk/src/stdcells.rs
@@ -37,6 +37,7 @@ impl Sky130Pdk {
37
Function::Other("pos_ff".to_string()),
38
vec![1, 2, 4],
39
),
40
+ ("dfrbp", Function::Other("pos_ff".to_string()), vec![1, 2]),
41
];
42
for (name, function, strengths) in cells {
43
for strength in strengths {
0 commit comments