Skip to content

Commit 4cce50c

Browse files
authored
Merge pull request #1026 from The-OpenROAD-Project/asap_0502
Modify - for user configurability
2 parents 200988f + 6f3e96c commit 4cce50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/platforms/asap7/config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ export TAP_CELL_NAME = TAPCELL_ASAP7_75t_R
115115
export SET_RC_TCL = $(PLATFORM_DIR)/setRC.tcl
116116

117117
# Route options
118-
export MIN_ROUTING_LAYER = M2
118+
export MIN_ROUTING_LAYER ?= M2
119119
#export MIN_CLOCK_ROUTING_LAYER = M4
120-
export MAX_ROUTING_LAYER = M7
120+
export MAX_ROUTING_LAYER ?= M7
121121

122122
# KLayout technology file
123123
export KLAYOUT_TECH_FILE = $(PLATFORM_DIR)/KLayout/asap7.lyt

0 commit comments

Comments
 (0)