File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
flow/designs/asap7/mock-array Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,9 @@ export IO_CONSTRAINTS = designs/asap7/mock-array/Element/io.tcl
2626
2727export PDN_TCL = $(FLOW_HOME ) /platforms/asap7/openRoad/pdn/BLOCK_grid_strategy.tcl
2828
29- # If this design isn't quickly done in detailed routing, something is wrong.
30- # At time of adding this option, only 3 iterations were needed for 0
31- # violations.
32- export DETAILED_ROUTE_END_ITERATION = 10
29+ # Detailed routing should be easy, limit iterations
30+ export DETAILED_ROUTE_END_ITERATION = 6
3331
34- # since we are specifying DETAILED_ROUTE_ARGS, we need to communicate the
35- # same information to other stages in the flow.
3632export MIN_ROUTING_LAYER = M2
3733export MAX_ROUTING_LAYER = M5
3834
Original file line number Diff line number Diff line change @@ -56,10 +56,8 @@ simulate:
5656power :
5757 $(OPENSTA_EXE ) -no_init -exit designs/asap7/mock-array/power.tcl
5858
59- # If this design isn't quickly done in detailed routing, something is wrong.
60- # At time of adding this option, only 12 iterations were needed for 0
61- # violations.
62- export DETAILED_ROUTE_END_ITERATION = 15
59+ # Routing by abutment should be easy, limit iterations
60+ export DETAILED_ROUTE_END_ITERATION = 6
6361
6462export MIN_ROUTING_LAYER = M2
6563export MAX_ROUTING_LAYER = M7
You can’t perform that action at this time.
0 commit comments