Skip to content

Commit 6900957

Browse files
committed
Adjust ungrouping thresholds
Signed-off-by: Martin Povišer <[email protected]>
1 parent d07d6d9 commit 6900957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/designs/asap7/riscv32i/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export RTLMP_MAX_INST = 3500
99
export RTLMP_MIN_MACRO = 1
1010
export RTLMP_MAX_MACRO = 5
1111

12-
export MAX_UNGROUP_SIZE ?= 1000
12+
export MAX_UNGROUP_SIZE ?= 10000
1313

1414
export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/riscv32i/*.v))
1515
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/riscv32i/constraint.sdc

flow/platforms/asap7/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export DONT_USE_CELLS += SDF* ICG*
8181
export LATCH_MAP_FILE = $(PLATFORM_DIR)/yoSys/cells_latch_R.v
8282
export CLKGATE_MAP_FILE = $(PLATFORM_DIR)/yoSys/cells_clkgate_R.v
8383
export ADDER_MAP_FILE ?= $(PLATFORM_DIR)/yoSys/cells_adders_R.v
84-
export MAX_UNGROUP_SIZE ?= 100
84+
export MAX_UNGROUP_SIZE ?= 1000
8585

8686
export ABC_DRIVER_CELL = BUFx2_ASAP7_75t_R
8787

0 commit comments

Comments
 (0)