File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
flow/designs/asap7/mock-array-big Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,8 @@ export PDN_TCL = designs/asap7/mock-array-big/Element/pdn.tcl
3636# At time of adding this option, only 3 iterations were needed for 0
3737# violations.
3838export DETAILED_ROUTE_ARGS =-bottom_routing_layer M2 -top_routing_layer M5 -save_guide_updates -verbose 1 -droute_end_iter 10
39+
40+ # since we are specifying DETAILED_ROUTE_ARGS, we need to communicate the
41+ # same information to other stages in the flow.
42+ export MIN_ROUTING_LAYER = M2
43+ export MAX_ROUTING_LAYER = M5
Original file line number Diff line number Diff line change @@ -45,3 +45,8 @@ verilog:
4545# At time of adding this option, only 12 iterations were needed for 0
4646# violations.
4747export DETAILED_ROUTE_ARGS =-bottom_routing_layer M2 -top_routing_layer M7 -save_guide_updates -verbose 1 -droute_end_iter 15
48+
49+ # since we are specifying DETAILED_ROUTE_ARGS, we need to communicate the
50+ # same information to other stages in the flow.
51+ export MIN_ROUTING_LAYER = M2
52+ export MAX_ROUTING_LAYER = M7
You can’t perform that action at this time.
0 commit comments