Skip to content

Commit c738966

Browse files
committed
asap7: default MAX_UNGROUP_SIZE to 100
Signed-off-by: Matt Liberty <[email protected]>
1 parent 7648c0f commit c738966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/platforms/asap7/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export DONT_USE_CELLS += SDF* ICG*
7171
export LATCH_MAP_FILE = $(PLATFORM_DIR)/yoSys/cells_latch_R.v
7272
export CLKGATE_MAP_FILE = $(PLATFORM_DIR)/yoSys/cells_clkgate_R.v
7373
export ADDER_MAP_FILE ?= $(PLATFORM_DIR)/yoSys/cells_adders_R.v
74+
export MAX_UNGROUP_SIZE ?= 100
7475

7576
export ABC_DRIVER_CELL = BUFx2_ASAP7_75t_R
7677

0 commit comments

Comments
 (0)