We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e1362 commit 60e1e01Copy full SHA for 60e1e01
flow/designs/asap7/aes-block/config.mk
@@ -11,7 +11,7 @@ export ABC_AREA = 1
11
export CORE_UTILIZATION = 20
12
export CORE_ASPECT_RATIO = 1
13
export CORE_MARGIN = 2
14
-export PLACE_DENSITY = 0.65
+export PLACE_DENSITY = 0.60
15
16
export BLOCKS ?= aes_rcon aes_sbox
17
export SYNTH_HIERARCHICAL = 1
flow/designs/nangate45/swerv_wrapper/config.mk
@@ -19,7 +19,7 @@ export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/io.tcl
19
20
export MACRO_PLACE_HALO = 10 10
21
22
-export PLACE_DENSITY_LB_ADDON = 0.10
+export PLACE_DENSITY_LB_ADDON = 0.08
23
export TNS_END_PERCENT = 100
24
25
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/fastroute.tcl
0 commit comments