Skip to content

Commit

Permalink
Merge pull request #2476 from joaomai/update-metrics-fastroute-refactor
Browse files Browse the repository at this point in the history
Update metrics due to FastRoute refactor
  • Loading branch information
eder-matheus authored Oct 17, 2024
2 parents d696b83 + 9a230e6 commit e30d4e9
Show file tree
Hide file tree
Showing 10 changed files with 840 additions and 789 deletions.
280 changes: 141 additions & 139 deletions flow/designs/nangate45/bp_be_top/metadata-base-ok.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions flow/designs/nangate45/bp_be_top/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.59,
"value": -0.99,
"compare": ">="
},
"finish__design__instance__area": {
Expand All @@ -60,11 +60,11 @@
"compare": "<="
},
"finish__timing__drv__hold_violation_count": {
"value": 100,
"value": 775,
"compare": "<="
},
"finish__timing__wns_percent_delay": {
"value": -22.6,
"value": -46.18,
"compare": ">="
}
}
255 changes: 132 additions & 123 deletions flow/designs/sky130hd/aes/metadata-base-ok.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions flow/designs/sky130hd/aes/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"compare": "<="
},
"globalroute__antenna_diodes_count": {
"value": 179,
"value": 218,
"compare": "<="
},
"detailedroute__route__wirelength": {
"value": 678336,
"value": 677310,
"compare": "<="
},
"detailedroute__route__drc_errors": {
Expand All @@ -44,7 +44,7 @@
"compare": "<="
},
"detailedroute__antenna_diodes_count": {
"value": 9,
"value": 15,
"compare": "<="
},
"finish__timing__setup__ws": {
Expand Down
255 changes: 152 additions & 103 deletions flow/designs/sky130hd/chameleon/metadata-base-ok.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flow/designs/sky130hd/chameleon/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"compare": "<="
},
"detailedroute__antenna_diodes_count": {
"value": 45,
"value": 54,
"compare": "<="
},
"finish__timing__setup__ws": {
Expand Down
388 changes: 189 additions & 199 deletions flow/designs/sky130hd/microwatt/metadata-base-ok.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions flow/designs/sky130hd/microwatt/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"compare": "<="
},
"globalroute__antenna_diodes_count": {
"value": 7614,
"value": 7292,
"compare": "<="
},
"detailedroute__route__wirelength": {
Expand All @@ -40,11 +40,11 @@
"compare": "<="
},
"detailedroute__antenna__violating__nets": {
"value": 0,
"value": 1,
"compare": "<="
},
"detailedroute__antenna_diodes_count": {
"value": 891,
"value": 1048,
"compare": "<="
},
"finish__timing__setup__ws": {
Expand Down
419 changes: 210 additions & 209 deletions flow/designs/sky130hd/riscv32i/metadata-base-ok.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions flow/designs/sky130hd/riscv32i/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compare": "=="
},
"placeopt__design__instance__area": {
"value": 83828,
"value": 83236,
"compare": "<="
},
"placeopt__design__instance__count__stdcell": {
Expand All @@ -32,7 +32,7 @@
"compare": "<="
},
"detailedroute__route__wirelength": {
"value": 337654,
"value": 333349,
"compare": "<="
},
"detailedroute__route__drc_errors": {
Expand All @@ -44,15 +44,15 @@
"compare": "<="
},
"detailedroute__antenna_diodes_count": {
"value": 8,
"value": 13,
"compare": "<="
},
"finish__timing__setup__ws": {
"value": -1.42,
"value": -1.31,
"compare": ">="
},
"finish__design__instance__area": {
"value": 90442,
"value": 90213,
"compare": "<="
},
"finish__timing__drv__setup_violation_count": {
Expand All @@ -64,7 +64,7 @@
"compare": "<="
},
"finish__timing__wns_percent_delay": {
"value": -32.76,
"value": -30.94,
"compare": ">="
}
}

0 comments on commit e30d4e9

Please sign in to comment.