Skip to content

Commit 1a7fab4

Browse files
committed
mock-array: tweaks to PR
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9461d4a commit 1a7fab4

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ 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-
# M6 is the top PDN layer, so don't exceed that.
33+
# M5 is the top PDN layer, so don't exceed that.
3434
export MAX_ROUTING_LAYER = M5
3535

3636
export IO_PLACER_H=M2 M4
3737
export IO_PLACER_V=M3 M5
3838

39-
# FIXME annealing takes a long time
40-
# export PLACE_PINS_ARGS = -annealing
39+
export PLACE_PINS_ARGS = -annealing
4140

4241
export GND_NETS_VOLTAGES =
4342
export PWR_NETS_VOLTAGES =

0 commit comments

Comments
 (0)