Skip to content

Commit 397514f

Browse files
committed
asap7/aes-block: fix the setup to allow pdn to connect
The block level needs to stop at m5 Fixes #6757 Signed-off-by: Matt Liberty <[email protected]>
1 parent a820306 commit 397514f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/designs/asap7/aes-block/block.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ export CORE_ASPECT_RATIO = 1
1010
export CORE_MARGIN = 2
1111
export PLACE_DENSITY = 0.70
1212

13+
export MAX_ROUTING_LAYER ?= M5
14+
1315
export PLACE_PINS_ARGS = -annealing
16+
17+
export PDN_TCL = $(PLATFORM_DIR)/openRoad/pdn/BLOCK_grid_strategy.tcl

0 commit comments

Comments
 (0)