Skip to content

Commit bb50b42

Browse files
committed
mock-array-big: should pass detailed routing easily
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d381104 commit bb50b42

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)