Skip to content

Commit 3ff364e

Browse files
authored
Merge pull request #1153 from Pinata-Consulting/mock-array-big-min-max-layer-gaffe
mock-array-big: fix min/max layer gaffe
2 parents 8a4c8d7 + eca7825 commit 3ff364e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
3838
export 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

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ verilog:
4545
# At time of adding this option, only 12 iterations were needed for 0
4646
# violations.
4747
export 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

0 commit comments

Comments
 (0)