There was an error while loading. Please reload this page.
2 parents d69016d + 13d8e97 commit 68357d0Copy full SHA for 68357d0
2 files changed
designs/asap7/coralnpu/BUILD.bazel
@@ -22,7 +22,7 @@ hightide_design(
22
},
23
arguments = {
24
"SYNTH_HIERARCHICAL": "1",
25
- "CORE_UTILIZATION": "50",
+ "CORE_UTILIZATION": "40",
26
"PLACE_DENSITY_LB_ADDON": "0.20",
27
"MACRO_PLACE_HALO": "6 6",
28
"TNS_END_PERCENT": "100",
designs/asap7/coralnpu/config.mk
@@ -9,7 +9,7 @@ export SYNTH_HIERARCHICAL = 1
9
10
export SDC_FILE = $(BENCH_DESIGN_HOME)/$(PLATFORM)/coralnpu/constraint.sdc
11
12
-export CORE_UTILIZATION = 50
+export CORE_UTILIZATION = 40
13
export PLACE_DENSITY_LB_ADDON = 0.20
14
15
export MACRO_PLACE_HALO = 6 6
0 commit comments