Skip to content

Commit a77de7f

Browse files
committed
asap7: remove debug noise every time is run
make print-CORNER print-LIB_MODEL will dump this information if the user needs it, just like hundreds of other parameters in ORFS... Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 93fe2bb commit a77de7f

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)