Skip to content

Commit 9c3417b

Browse files
authored
Merge pull request #1641 from AcKoucher/test-mpl2_asap7_riscv32i_parameters
asap7/riscv32i: use non-default thresholds for clusters' max number of std cells in mpl2
2 parents 3caedbe + 9301289 commit 9c3417b

File tree

3 files changed

+267
-256
lines changed

3 files changed

+267
-256
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)