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 700cc8a commit c93d0d1Copy full SHA for c93d0d1
flow/designs/asap7/mock-array/config.mk
@@ -23,11 +23,17 @@ export DIE_AREA = $(shell \
23
cd $(dir $(DESIGN_CONFIG)) && \
24
python3 -c "import config; print(f'{0} {0} {config.die_width} {config.die_height}')")
25
26
+export MACRO_PLACE_HALO = 0 2.16
27
+export RTLMP_BOUNDARY_WT = 0
28
+export RTLMP_FLOW ?= True
29
+
30
export BLOCKS ?= Element
31
32
ifneq ($(BLOCKS),)
33
export GDS_ALLOW_EMPTY = Element
- 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
37
export PDN_TCL = $(PLATFORM_DIR)/openRoad/pdn/BLOCKS_grid_strategy.tcl
38
endif
39
0 commit comments