We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570d99e commit 46ab987Copy full SHA for 46ab987
flow/designs/asap7/mock-array/Element/config.mk
@@ -30,10 +30,11 @@ export PDN_TCL = $(FLOW_HOME)/platforms/asap7/openRoad/pdn/BLOCK_
30
export DETAILED_ROUTE_END_ITERATION = 6
31
32
export MIN_ROUTING_LAYER = M2
33
-export MAX_ROUTING_LAYER = M7
+# M6 is the top PDN layer, so don't exceed that.
34
+export MAX_ROUTING_LAYER = M6
35
36
export IO_PLACER_H=M4 M6
-export IO_PLACER_V=M5 M7
37
+export IO_PLACER_V=M3 M5
38
39
# FIXME annealing takes a long time
40
# export PLACE_PINS_ARGS = -annealing
0 commit comments