Skip to content

Commit 4718111

Browse files
authored
Merge pull request The-OpenROAD-Project#3368 from The-OpenROAD-Project-staging/mpl-bug-inconsistent-restore
flow: update configs and metrics due to update on MPL save and restore
2 parents 495ed32 + e04ad74 commit 4718111

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

flow/designs/asap7/aes-block/rules-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 985,
27+
"value": 1593,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 62805,
35+
"value": 62330,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {

flow/designs/nangate45/ariane136/config.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ export PLATFORM = nangate45
44

55
export SYNTH_HIERARCHICAL = 1
66

7-
# RTL_MP Settings
8-
export RTLMP_SIGNATURE_NET_THRESHOLD = 30
9-
107
export VERILOG_FILES = $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/ariane.sv2v.v \
118
$(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/macros.v
129

flow/designs/nangate45/black_parrot/rules-base.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 778458.91,
3+
"value": 778242.64,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
@@ -32,7 +32,7 @@
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 7165555,
35+
"value": 7048481,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,11 +48,11 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -3.58,
51+
"value": -4.07,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 832384,
55+
"value": 832222,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {

flow/designs/nangate45/tinyRocket/rules-base.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 64635,
11+
"value": 64542,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 32683,
15+
"value": 32493,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 2842,
23+
"value": 2826,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 2842,
27+
"value": 2826,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 822134,
35+
"value": 763092,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,15 +48,15 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -0.13,
51+
"value": -0.19,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 67327,
55+
"value": 66595,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 1421,
59+
"value": 1413,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {

0 commit comments

Comments
 (0)