Skip to content

Commit 8111bd5

Browse files
committed
mock-array: clean up comments
single source of truth, just tweak maximum interation Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 74eac1b commit 8111bd5

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@ export IO_CONSTRAINTS = designs/asap7/mock-array/Element/io.tcl
2626

2727
export 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.
3632
export MIN_ROUTING_LAYER = M2
3733
export MAX_ROUTING_LAYER = M5
3834

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ simulate:
5656
power:
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

6462
export MIN_ROUTING_LAYER = M2
6563
export MAX_ROUTING_LAYER = M7

0 commit comments

Comments
 (0)