Skip to content

Commit 091a06b

Browse files
authored
Merge pull request #2338 from Pinata-Consulting/makefile-debug-noise
Makefile: remove debug noise
2 parents 72a1267 + ace2e64 commit 091a06b

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
@@ -259,10 +259,6 @@ export RESULTS_DIR = $(WORK_HOME)/results/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_
259259
export MACROS ?= $(BLOCKS)
260260

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

0 commit comments

Comments
 (0)