Skip to content

Commit

Permalink
Add dfrbp standard cell to SKY130 PDK (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku authored Sep 25, 2024
1 parent 9a8d358 commit 78f2f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdks/sky130_common_pdk/src/stdcells.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl Sky130Pdk {
Function::Other("pos_ff".to_string()),
vec![1, 2, 4],
),
("dfrbp", Function::Other("pos_ff".to_string()), vec![1, 2]),
];
for (name, function, strengths) in cells {
for strength in strengths {
Expand Down

0 comments on commit 78f2f96

Please sign in to comment.