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 2f74547 commit 35b3294Copy full SHA for 35b3294
2 files changed
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.60
+export PLACE_DENSITY = 0.55
15
16
export BLOCKS ?= aes_rcon aes_sbox
17
export SYNTH_HIERARCHICAL = 1
flow/designs/asap7/cva6/config.mk
@@ -81,7 +81,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constr
81
82
export DIE_AREA = 0 0 350 350
83
export CORE_AREA = 1.08 1.08 340 340
84
-export PLACE_DENSITY = 0.50
+export PLACE_DENSITY = 0.45
85
export MACRO_HALO = 5 5
86
87
# a smoketest for this option, there are a
0 commit comments