Skip to content

Commit cd3f124

Browse files
committed
updated rapidus2hp hercules_is_int - area correlation
Signed-off-by: Jeff Ng <[email protected]>
1 parent a7a8883 commit cd3f124

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

flow/designs/rapidus2hp/hercules_is_int/config.mk

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export SYNTH_HIERARCHICAL ?= 0
2525
ifeq ($(PLACE_SITE), SC6T)
2626
export CORE_UTILIZATION = 30
2727
else
28-
export CORE_UTILIZATION = 35
28+
export CORE_UTILIZATION = 54
2929
endif
3030

3131
export CORE_MARGIN = 1
@@ -35,6 +35,12 @@ export PLACE_DENSITY = 0.58
3535
# few last gasp iterations
3636
export SKIP_LAST_GASP ?= 1
3737

38+
export PLACE_PINS_ARGS = -min_distance_in_tracks -min_distance 1
39+
export CELL_PAD_IN_SITES_GLOBAL_PLACEMENT = 0
40+
export CELL_PAD_IN_SITES_DETAIL_PLACEMENT = 0
41+
# temporarily skip over DPO to bypass one-site gap issues
42+
export ENABLE_DPO = 0
43+
3844
# Selectively keep module hierarchies to match baseline data
3945
# ifeq ($(SYNTH_HDL_FRONTEND), verific)
4046
# export SYNTH_KEEP_MODULES = \hercules_is_grbt \

flow/designs/rapidus2hp/hercules_is_int/rules-base.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,47 +8,47 @@
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 36863,
11+
"value": 34339,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 750846,
15+
"value": 747172,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 65291,
23+
"value": 64972,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 65291,
27+
"value": 64972,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
3131
"value": 0,
3232
"compare": "<="
3333
},
3434
"finish__timing__setup__ws": {
35-
"value": -802.81,
35+
"value": -435.93,
3636
"compare": ">="
3737
},
3838
"finish__design__instance__area": {
39-
"value": 37950,
39+
"value": 35330,
4040
"compare": "<="
4141
},
4242
"finish__timing__drv__setup_violation_count": {
43-
"value": 32646,
43+
"value": 32486,
4444
"compare": "<="
4545
},
4646
"finish__timing__drv__hold_violation_count": {
47-
"value": 134,
47+
"value": 110,
4848
"compare": "<="
4949
},
5050
"finish__timing__wns_percent_delay": {
51-
"value": -86.33,
51+
"value": -66.06,
5252
"compare": ">="
5353
}
5454
}

0 commit comments

Comments
 (0)