Skip to content

Commit 46ab987

Browse files
committed
pdn: fix
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 570d99e commit 46ab987

File tree

1 file changed

+3
-2
lines changed
  • flow/designs/asap7/mock-array/Element

1 file changed

+3
-2
lines changed

flow/designs/asap7/mock-array/Element/config.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ export PDN_TCL = $(FLOW_HOME)/platforms/asap7/openRoad/pdn/BLOCK_
3030
export DETAILED_ROUTE_END_ITERATION = 6
3131

3232
export MIN_ROUTING_LAYER = M2
33-
export MAX_ROUTING_LAYER = M7
33+
# M6 is the top PDN layer, so don't exceed that.
34+
export MAX_ROUTING_LAYER = M6
3435

3536
export IO_PLACER_H=M4 M6
36-
export IO_PLACER_V=M5 M7
37+
export IO_PLACER_V=M3 M5
3738

3839
# FIXME annealing takes a long time
3940
# export PLACE_PINS_ARGS = -annealing

0 commit comments

Comments
 (0)