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 93fe2bb + a77de7f commit f74e830Copy full SHA for f74e830
flow/platforms/asap7/config.mk
@@ -258,16 +258,7 @@ endif
258
# BC - Best case, fastest
259
# WC - Worst case, slowest
260
# TC - Typical case
261
-ifeq ($(CORNER),)
262
- export CORNER = BC
263
-ifeq ($(MAKELEVEL),0)
264
- $(info Default PVT selection: $(CORNER) model: $(LIB_MODEL))
265
-endif
266
-else
267
268
- $(info User PVT selection: $(CORNER) model: $(LIB_MODEL))
269
270
+export CORNER ?= BC
271
export LIB_FILES += $($(CORNER)_$(LIB_MODEL)_LIB_FILES)
272
export LIB_FILES += $(ADDITIONAL_LIBS)
273
export DB_FILES += $(realpath $($(CORNER)_DB_FILES))
0 commit comments