File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
flow/designs/asap7/mock-array Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
6464export MIN_ROUTING_LAYER = M2
6565export MAX_ROUTING_LAYER = M7
You can’t perform that action at this time.
0 commit comments