Skip to content

Commit b495040

Browse files
authored
Merge branch 'The-OpenROAD-Project:master' into tighten_rules_tns_100_pin_swap2
2 parents b0f37c2 + 4cce50c commit b495040

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)