We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 200988f + 6f3e96c commit 4cce50cCopy full SHA for 4cce50c
flow/platforms/asap7/config.mk
@@ -115,9 +115,9 @@ export TAP_CELL_NAME = TAPCELL_ASAP7_75t_R
115
export SET_RC_TCL = $(PLATFORM_DIR)/setRC.tcl
116
117
# Route options
118
-export MIN_ROUTING_LAYER = M2
+export MIN_ROUTING_LAYER ?= M2
119
#export MIN_CLOCK_ROUTING_LAYER = M4
120
-export MAX_ROUTING_LAYER = M7
+export MAX_ROUTING_LAYER ?= M7
121
122
# KLayout technology file
123
export KLAYOUT_TECH_FILE = $(PLATFORM_DIR)/KLayout/asap7.lyt
0 commit comments