Skip to content

Commit 60e1e01

Browse files
committed
asap7/aes-block: decrease density to avoid congestion;
nangate45/swerv_wrapper: decrease density to avoid non-convergence Signed-off-by: Arthur Koucher <[email protected]>
1 parent d2e1362 commit 60e1e01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/designs/asap7/aes-block/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export ABC_AREA = 1
1111
export CORE_UTILIZATION = 20
1212
export CORE_ASPECT_RATIO = 1
1313
export CORE_MARGIN = 2
14-
export PLACE_DENSITY = 0.65
14+
export PLACE_DENSITY = 0.60
1515

1616
export BLOCKS ?= aes_rcon aes_sbox
1717
export SYNTH_HIERARCHICAL = 1

flow/designs/nangate45/swerv_wrapper/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/io.tcl
1919

2020
export MACRO_PLACE_HALO = 10 10
2121

22-
export PLACE_DENSITY_LB_ADDON = 0.10
22+
export PLACE_DENSITY_LB_ADDON = 0.08
2323
export TNS_END_PERCENT = 100
2424

2525
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/fastroute.tcl

0 commit comments

Comments
 (0)