Skip to content

Commit 98b961b

Browse files
committed
workaroud on nangate45/ariane due to mpl issues
Signed-off-by: Augusto Berndt <[email protected]>
1 parent b3f8b64 commit 98b961b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flow/designs/nangate45/ariane133/config.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/io.tcl
2121
export MACRO_PLACE_HALO = 10 10
2222

2323
export SKIP_GATE_CLONING = 1
24+
25+
export RTLMP_MAX_LEVEL = 1
26+
export RTLMP_MAX_MACRO = 10
27+
export RTLMP_MIN_MACRO = 1
28+
export RTLMP_MAX_INST = 80000
29+
export RTLMP_MIN_INST = 8000

0 commit comments

Comments
 (0)