Skip to content

Commit

Permalink
asap7/mock-array: switch manual macro placement for mpl2 flow
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Jun 11, 2024
1 parent 700cc8a commit 6679900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
5 changes: 4 additions & 1 deletion flow/designs/asap7/mock-array/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export BLOCKS ?= Element

ifneq ($(BLOCKS),)
export GDS_ALLOW_EMPTY = Element
export MACRO_PLACEMENT_TCL = ./designs/asap7/mock-array/macro-placement.tcl
export PDN_TCL = $(PLATFORM_DIR)/openRoad/pdn/BLOCKS_grid_strategy.tcl
endif

Expand Down Expand Up @@ -58,6 +57,10 @@ export FASTROUTE_TCL = ./designs/$(PLATFORM)/mock-array/fastroute.tcl
export MACRO_HALO_X = 0.5
export MACRO_HALO_Y = 0.5

export MACRO_PLACE_HALO = 0 2.16
export RTLMP_BOUNDARY_WT = 0
export RTLMP_FLOW = True

export CTS_BUF_DISTANCE = 60

export ADDITIONAL_FILES = designs/src/mock-array/util.tcl
27 changes: 0 additions & 27 deletions flow/designs/asap7/mock-array/macro-placement.tcl

This file was deleted.

0 comments on commit 6679900

Please sign in to comment.