Skip to content

Commit be0709e

Browse files
authored
Merge pull request #1103 from Pinata-Consulting/mock-array-big-fast-detailed-routing
mock-array-big: should pass detailed routing easily
2 parents 31ddf3c + bb50b42 commit be0709e

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
@@ -24,3 +24,8 @@ export PDN_TCL = designs/asap7/mock-array-big/Element/pdn.tcl
2424
export MAX_ROUTING_LAYER = M5
2525

2626
export PRIVATE_DIR=designs/asap7/mock-array-big
27+
28+
# If this design isn't quickly done in detailed routing, something is wrong.
29+
# At time of adding this option, only 3 iterations were needed for 0
30+
# violations.
31+
export DETAILED_ROUTE_ARGS=-droute_end_iter 10

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ export PDN_TCL = designs/asap7/mock-array-big/pdn.tcl
2727
export TNS_END_PERCENT = 100
2828

2929
export PRIVATE_DIR=designs/asap7/mock-array-big
30+
31+
# If this design isn't quickly done in detailed routing, something is wrong.
32+
# At time of adding this option, only 3 iterations were needed for 0
33+
# violations.
34+
export DETAILED_ROUTE_ARGS=-droute_end_iter 10

0 commit comments

Comments
 (0)