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 9461d4a commit 1a7fab4Copy full SHA for 1a7fab4
flow/designs/asap7/mock-array/Element/config.mk
@@ -30,14 +30,13 @@ 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
-# M6 is the top PDN layer, so don't exceed that.
+# M5 is the top PDN layer, so don't exceed that.
34
export MAX_ROUTING_LAYER = M5
35
36
export IO_PLACER_H=M2 M4
37
export IO_PLACER_V=M3 M5
38
39
-# FIXME annealing takes a long time
40
-# export PLACE_PINS_ARGS = -annealing
+export PLACE_PINS_ARGS = -annealing
41
42
export GND_NETS_VOLTAGES =
43
export PWR_NETS_VOLTAGES =
0 commit comments