Skip to content

Commit b3df376

Browse files
committed
asap7/riscv32i: use non-default thresholds for clusters' max number of std cells in mpl2
Signed-off-by: Arthur Koucher <[email protected]>
1 parent fc5c0b1 commit b3df376

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flow/designs/asap7/riscv32i/config.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ export PLATFORM = asap7
44

55
export SYNTH_HIERARCHICAL = 1
66
export RTLMP_FLOW = True
7+
8+
export RTLMP_MIN_INST = 1000
9+
export RTLMP_MAX_INST = 3500
10+
export RTLMP_MIN_MACRO = 1
11+
export RTLMP_MAX_MACRO = 5
12+
713
export MAX_UNGROUP_SIZE ?= 1000
814

915
export VERILOG_FILES = $(sort $(wildcard ./designs/src/$(DESIGN_NICKNAME)/*.v))

0 commit comments

Comments
 (0)