Skip to content

Commit 1e44ff6

Browse files
committed
asap7/mock-array: adapt mpl2 florw variables to new variables
Signed-off-by: Arthur Koucher <[email protected]>
1 parent b8904c3 commit 1e44ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ export DIE_AREA = $(shell \
2525

2626
export MACRO_PLACE_HALO = 0 2.16
2727
export RTLMP_BOUNDARY_WT = 0
28-
export RTLMP_FLOW ?= True
28+
export RTLMP_FLOW ?= 1
2929

3030
export BLOCKS ?= Element
3131

3232
ifneq ($(BLOCKS),)
3333
export GDS_ALLOW_EMPTY = Element
34-
ifeq ($(RTLMP_FLOW), False)
34+
ifneq ($(RTLMP_FLOW), 1)
3535
export MACRO_PLACEMENT_TCL = ./designs/asap7/mock-array/macro-placement.tcl
3636
endif
3737
export PDN_TCL = $(PLATFORM_DIR)/openRoad/pdn/BLOCKS_grid_strategy.tcl

0 commit comments

Comments
 (0)