Skip to content

Commit 9b1f36c

Browse files
authored
Merge pull request The-OpenROAD-Project#3198 from jeffng-or/asap7-cva6-macro-halo-5
Reduced macro halo to 5 for asap7 cva6
2 parents 5443cc6 + a8fc693 commit 9b1f36c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constr
8282
export DIE_AREA = 0 0 350 350
8383
export CORE_AREA = 1.08 1.08 340 340
8484
export PLACE_DENSITY = 0.50
85+
export MACRO_HALO = 5 5
8586

8687
# a smoketest for this option, there are a
8788
# few last gasp iterations

flow/designs/asap7/cva6/rules-base.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 11373,
23+
"value": 14271,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 11373,
27+
"value": 14271,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 1466793,
35+
"value": 1618999,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,23 +48,23 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -176.32,
51+
"value": -216.36,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
5555
"value": 45315,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
59-
"value": 5686,
59+
"value": 7136,
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 100,
63+
"value": 105,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -17.83,
67+
"value": -20.43,
6868
"compare": ">="
6969
}
7070
}

0 commit comments

Comments
 (0)