Skip to content

Commit 20f758c

Browse files
committed
Update metrics (not root caused yet for mock-array)
designs/gf180/jpeg/rules-base.json updates: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | synth__design__instance__area__stdcell | 2163344.49 | 2161429.49 | Tighten | | globalroute__antenna_diodes_count | 9 | 2 | Tighten | | detailedroute__antenna_diodes_count | 9 | 18 | Failing | designs/asap7/mock-array/rules-base.json updates: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | finish__timing__setup__ws | 0.0 | -72.77 | Failing | Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent 2145b7d commit 20f758c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flow/designs/asap7/mock-array/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": 0.0,
51+
"value": -72.77,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {

flow/designs/gf180/jpeg/rules-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 2163344.49,
3+
"value": 2161429.49,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
@@ -28,7 +28,7 @@
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
31-
"value": 9,
31+
"value": 2,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
@@ -44,7 +44,7 @@
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 9,
47+
"value": 18,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {

0 commit comments

Comments
 (0)