Skip to content

Commit c93d0d1

Browse files
committed
asap7/mock-array: switch manual macro placement for mpl2 flow
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 700cc8a commit c93d0d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@ export DIE_AREA = $(shell \
2323
cd $(dir $(DESIGN_CONFIG)) && \
2424
python3 -c "import config; print(f'{0} {0} {config.die_width} {config.die_height}')")
2525

26+
export MACRO_PLACE_HALO = 0 2.16
27+
export RTLMP_BOUNDARY_WT = 0
28+
export RTLMP_FLOW ?= True
29+
2630
export BLOCKS ?= Element
2731

2832
ifneq ($(BLOCKS),)
2933
export GDS_ALLOW_EMPTY = Element
30-
export MACRO_PLACEMENT_TCL = ./designs/asap7/mock-array/macro-placement.tcl
34+
ifeq ($(RTLMP_FLOW), False)
35+
export MACRO_PLACEMENT_TCL = ./designs/asap7/mock-array/macro-placement.tcl
36+
endif
3137
export PDN_TCL = $(PLATFORM_DIR)/openRoad/pdn/BLOCKS_grid_strategy.tcl
3238
endif
3339

0 commit comments

Comments
 (0)