Skip to content

Commit df13635

Browse files
committed
Makefile: remove debug noise
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d012f05 commit df13635

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flow/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ export RESULTS_DIR = $(WORK_HOME)/results/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_
257257
export MACROS ?= $(BLOCKS)
258258

259259
ifdef BLOCKS
260-
ifeq ($(MAKELEVEL),0)
261-
$(info [INFO][FLOW] Invoked hierarchical flow.)
262-
$(foreach block,$(BLOCKS),$(info Block ${block} needs to be hardened.))
263-
endif
264260
$(foreach block,$(BLOCKS),$(eval BLOCK_LEFS += ./results/$(PLATFORM)/$(DESIGN_NICKNAME)_$(block)/$(FLOW_VARIANT)/${block}.lef))
265261
$(foreach block,$(BLOCKS),$(eval BLOCK_LIBS += ./results/$(PLATFORM)/$(DESIGN_NICKNAME)_$(block)/$(FLOW_VARIANT)/${block}.lib))
266262
$(foreach block,$(BLOCKS),$(eval BLOCK_GDS += ./results/$(PLATFORM)/$(DESIGN_NICKNAME)_$(block)/$(FLOW_VARIANT)/6_final.gds))

0 commit comments

Comments
 (0)