Skip to content

Commit 35b3294

Browse files
committed
Lower placement densities on asap7/cva6, asap7/aes-block
Work around high congestion after allowing more asap7 cells. Signed-off-by: Martin Povišer <[email protected]>
1 parent 2f74547 commit 35b3294

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.60
14+
export PLACE_DENSITY = 0.55
1515

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

flow/designs/asap7/cva6/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constr
8181

8282
export DIE_AREA = 0 0 350 350
8383
export CORE_AREA = 1.08 1.08 340 340
84-
export PLACE_DENSITY = 0.50
84+
export PLACE_DENSITY = 0.45
8585
export MACRO_HALO = 5 5
8686

8787
# a smoketest for this option, there are a

0 commit comments

Comments
 (0)