Skip to content

Commit 5e73b10

Browse files
committed
Add dfrbp standard cell to SKY130 PDK
1 parent 9a8d358 commit 5e73b10

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
@@ -37,6 +37,7 @@ impl Sky130Pdk {
3737
Function::Other("pos_ff".to_string()),
3838
vec![1, 2, 4],
3939
),
40+
("dfrbp", Function::Other("pos_ff".to_string()), vec![1, 2]),
4041
];
4142
for (name, function, strengths) in cells {
4243
for strength in strengths {

0 commit comments

Comments
 (0)