Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading