We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462013e commit 606fcf0Copy full SHA for 606fcf0
1 file changed
flow/designs/asap7/mock-array/config.mk
@@ -26,6 +26,10 @@ export DIE_AREA = $(shell \
26
export MACRO_PLACE_HALO = 0 2.16
27
export RTLMP_BOUNDARY_WT = 0
28
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
33
34
export BLOCKS ?= Element
35
0 commit comments