Skip to content

Commit d616b86

Browse files
authored
Merge pull request #2059 from AcKoucher/mpl2-asap7-mock-array
asap7/mock-array: switch manual macro placement for mpl2 flow
2 parents bd25acc + 1e44ff6 commit d616b86

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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 ?= 1
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+
ifneq ($(RTLMP_FLOW), 1)
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

tools/OpenROAD

Submodule OpenROAD updated 55 files

0 commit comments

Comments
 (0)