Skip to content

Commit 606fcf0

Browse files
committed
flow: update mock-array MPL params
Signed-off-by: João Mai <[email protected]>
1 parent 462013e commit 606fcf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/designs/asap7/mock-array/config.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export DIE_AREA = $(shell \
2626
export MACRO_PLACE_HALO = 0 2.16
2727
export RTLMP_BOUNDARY_WT = 0
2828
export RTLMP_FLOW ?= 1
29+
export RTLMP_MAX_INST = 250
30+
export RTLMP_MIN_INST = 50
31+
export RTLMP_MAX_MACRO = 64
32+
export RTLMP_MIN_MACRO = 8
2933

3034
export BLOCKS ?= Element
3135

0 commit comments

Comments
 (0)