Skip to content

Commit

Permalink
Merge pull request #2620 from The-OpenROAD-Project-staging/secure-yos…
Browse files Browse the repository at this point in the history
…ys0.48

update Yosys to version 0.48
  • Loading branch information
maliberty authored Dec 23, 2024
2 parents 0812b35 + 261a626 commit ad1b24d
Show file tree
Hide file tree
Showing 38 changed files with 4,022 additions and 3,616 deletions.
2 changes: 2 additions & 0 deletions flow/designs/asap7/aes-block/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ export PWR_NETS_VOLTAGES =

# The macros are very small so use a smaller halo
export MACRO_PLACE_HALO ?= 5 5

export ROUTING_LAYER_ADJUSTMENT = 0.3
481 changes: 269 additions & 212 deletions flow/designs/asap7/aes-block/metadata-base-ok.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions flow/designs/asap7/aes-block/rules-base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"synth__design__instance__area__stdcell": {
"value": 2314.54,
"value": 2310.54,
"compare": "<="
},
"constraints__clocks__count": {
Expand All @@ -12,19 +12,19 @@
"compare": "<="
},
"placeopt__design__instance__count__stdcell": {
"value": 12211,
"value": 12203,
"compare": "<="
},
"detailedplace__design__violations": {
"value": 0,
"compare": "=="
},
"cts__design__instance__count__setup_buffer": {
"value": 1062,
"value": 1061,
"compare": "<="
},
"cts__design__instance__count__hold_buffer": {
"value": 1262,
"value": 1178,
"compare": "<="
},
"globalroute__antenna_diodes_count": {
Expand All @@ -48,7 +48,7 @@
"compare": "<="
},
"finish__timing__setup__ws": {
"value": -227.71,
"value": -213.94,
"compare": ">="
},
"finish__design__instance__area": {
Expand All @@ -60,11 +60,11 @@
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 248,
"value": 166,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
"value": -44.5,
"value": -41.6,
"compare": ">="
}
}
488 changes: 283 additions & 205 deletions flow/designs/gf12/swerv_wrapper/metadata-base-ok.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions flow/designs/gf12/swerv_wrapper/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"compare": "<="
},
"finish__timing__setup__ws": {
"value": 0.0,
"value": -153.25,
"compare": ">="
},
"finish__design__instance__area": {
Expand All @@ -60,7 +60,7 @@
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 660,
"value": 638,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
Expand Down
Loading

0 comments on commit ad1b24d

Please sign in to comment.