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 b8904c3 commit 1e44ff6Copy full SHA for 1e44ff6
flow/designs/asap7/mock-array/config.mk
@@ -25,13 +25,13 @@ export DIE_AREA = $(shell \
25
26
export MACRO_PLACE_HALO = 0 2.16
27
export RTLMP_BOUNDARY_WT = 0
28
-export RTLMP_FLOW ?= True
+export RTLMP_FLOW ?= 1
29
30
export BLOCKS ?= Element
31
32
ifneq ($(BLOCKS),)
33
export GDS_ALLOW_EMPTY = Element
34
- ifeq ($(RTLMP_FLOW), False)
+ ifneq ($(RTLMP_FLOW), 1)
35
export MACRO_PLACEMENT_TCL = ./designs/asap7/mock-array/macro-placement.tcl
36
endif
37
export PDN_TCL = $(PLATFORM_DIR)/openRoad/pdn/BLOCKS_grid_strategy.tcl
0 commit comments