Skip to content

Commit 68357d0

Browse files
authored
Merge pull request #77 from VLSIDA/coralnpu
Lower coralnpu asap7 CORE_UTILIZATION 50→40 to fix PSM VSS connectivity
2 parents d69016d + 13d8e97 commit 68357d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

designs/asap7/coralnpu/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hightide_design(
2222
},
2323
arguments = {
2424
"SYNTH_HIERARCHICAL": "1",
25-
"CORE_UTILIZATION": "50",
25+
"CORE_UTILIZATION": "40",
2626
"PLACE_DENSITY_LB_ADDON": "0.20",
2727
"MACRO_PLACE_HALO": "6 6",
2828
"TNS_END_PERCENT": "100",

designs/asap7/coralnpu/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export SYNTH_HIERARCHICAL = 1
99

1010
export SDC_FILE = $(BENCH_DESIGN_HOME)/$(PLATFORM)/coralnpu/constraint.sdc
1111

12-
export CORE_UTILIZATION = 50
12+
export CORE_UTILIZATION = 40
1313
export PLACE_DENSITY_LB_ADDON = 0.20
1414

1515
export MACRO_PLACE_HALO = 6 6

0 commit comments

Comments
 (0)