Skip to content

Commit

Permalink
mock-array: use mpl2 to lay out array
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>

mock-array: default MACRO_HALO_X/Y is too large

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed May 18, 2024
1 parent 51d82a9 commit fefa48f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
9 changes: 6 additions & 3 deletions 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 @@ -55,9 +54,13 @@ export GLOBAL_ROUTE_ARGS=-congestion_iterations 40 -verbose
export FASTROUTE_TCL = ./designs/$(PLATFORM)/mock-array/fastroute.tcl

# ensure we have some rows, so we don't get a bad clock skew.
export MACRO_HALO_X = 0.5
export MACRO_HALO_Y = 0.5
export MACRO_HALO_X = 0.5
export MACRO_HALO_Y = 0.5
export MACRO_PLACE_HALO = 0 2.1

export CTS_BUF_DISTANCE = 60

export ADDITIONAL_FILES = designs/src/mock-array/util.tcl

export RTLMP_BOUNDARY_WT=0
export RTLMP_FLOW=True
27 changes: 0 additions & 27 deletions flow/designs/asap7/mock-array/macro-placement.tcl

This file was deleted.

0 comments on commit fefa48f

Please sign in to comment.