Skip to content

Commit f74e830

Browse files
authored
Merge pull request #2179 from Pinata-Consulting/asap7-debug-noise
asap7: remove debug noise every time is run
2 parents 93fe2bb + a77de7f commit f74e830

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

flow/platforms/asap7/config.mk

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -258,16 +258,7 @@ endif
258258
# BC - Best case, fastest
259259
# WC - Worst case, slowest
260260
# 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-
ifeq ($(MAKELEVEL),0)
268-
$(info User PVT selection: $(CORNER) model: $(LIB_MODEL))
269-
endif
270-
endif
261+
export CORNER ?= BC
271262
export LIB_FILES += $($(CORNER)_$(LIB_MODEL)_LIB_FILES)
272263
export LIB_FILES += $(ADDITIONAL_LIBS)
273264
export DB_FILES += $(realpath $($(CORNER)_DB_FILES))

0 commit comments

Comments
 (0)