Skip to content

Commit 0b5c61d

Browse files
authored
Merge pull request #2583 from Pinata-Consulting/mock-array-detailed-route-testing
mock-array: allow specifying DETAILED_ROUTE_END_ITERATION on command line
2 parents 6cb2a21 + 3169e4a commit 0b5c61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export IO_CONSTRAINTS = designs/asap7/mock-array/Element/io.tcl
2727
export PDN_TCL = $(FLOW_HOME)/platforms/asap7/openRoad/pdn/BLOCK_grid_strategy.tcl
2828

2929
# Detailed routing should be easy, limit iterations
30-
export DETAILED_ROUTE_END_ITERATION = 6
30+
export DETAILED_ROUTE_END_ITERATION ?= 6
3131

3232
export MIN_ROUTING_LAYER = M2
3333
# M5 is the top PDN layer, so don't exceed that.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ power:
5757
$(OPENSTA_EXE) -no_init -exit designs/asap7/mock-array/power.tcl
5858

5959
# Routing by abutment should be easy, limit iterations
60-
export DETAILED_ROUTE_END_ITERATION = 6
60+
export DETAILED_ROUTE_END_ITERATION ?= 6
6161

6262
export MAX_ROUTING_LAYER = M9
6363
export ROUTING_LAYER_ADJUSTMENT = 0.45

0 commit comments

Comments
 (0)