Skip to content

Commit 74eac1b

Browse files
committed
mock-array: clean up config a bit
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 32154ff commit 74eac1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export PDN_TCL = $(FLOW_HOME)/platforms/asap7/openRoad/pdn/BLOCK_
2929
# If this design isn't quickly done in detailed routing, something is wrong.
3030
# At time of adding this option, only 3 iterations were needed for 0
3131
# violations.
32-
export DETAILED_ROUTE_ARGS=-bottom_routing_layer M2 -top_routing_layer M5 -save_guide_updates -verbose 1 -droute_end_iter 10
32+
export DETAILED_ROUTE_END_ITERATION = 10
3333

3434
# since we are specifying DETAILED_ROUTE_ARGS, we need to communicate the
3535
# same information to other stages in the flow.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ power:
5959
# If this design isn't quickly done in detailed routing, something is wrong.
6060
# At time of adding this option, only 12 iterations were needed for 0
6161
# violations.
62-
export DETAILED_ROUTE_ARGS = -bottom_routing_layer M2 -top_routing_layer M7 -save_guide_updates -verbose 1 -droute_end_iter 15
62+
export DETAILED_ROUTE_END_ITERATION = 15
6363

6464
export MIN_ROUTING_LAYER = M2
6565
export MAX_ROUTING_LAYER = M7

0 commit comments

Comments
 (0)