Skip to content

Commit 2f349ad

Browse files
authored
Merge pull request #3479 from The-OpenROAD-Project-staging/update_hercules_is_int
reduce core utilizaztion of rapidus2hp/hercules_is_int
2 parents 84f2e76 + ae87a68 commit 2f349ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

flow/designs/rapidus2hp/hercules_is_int/config.mk

Lines changed: 1 addition & 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 = 54
28+
export CORE_UTILIZATION = 52
2929
endif
3030

3131
export CORE_MARGIN = 1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": "<="
3333
},
3434
"finish__timing__setup__ws": {
35-
"value": -417.07,
35+
"value": -476.31,
3636
"compare": ">="
3737
},
3838
"finish__design__instance__area": {
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__wns_percent_delay": {
51-
"value": -66.06,
51+
"value": -65.28,
5252
"compare": ">="
5353
}
5454
}

0 commit comments

Comments
 (0)