Skip to content

Commit 55cd425

Browse files
authored
Merge pull request #3027 from Pinata-Consulting/makefile-cleanup
makefile: superfluous code cleanup
2 parents 6393aae + 13faea0 commit 55cd425

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flow/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,10 @@ yosys-dependencies: $(YOSYS_DEPENDENCIES)
284284

285285
.PHONY: do-yosys
286286
do-yosys: $(DONT_USE_SC_LIB)
287-
mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR) $(OBJECTS_DIR)
288287
$(SCRIPTS_DIR)/synth.sh $(SYNTH_SCRIPT) $(LOG_DIR)/1_1_yosys.log
289288

290289
.PHONY: do-yosys-canonicalize
291290
do-yosys-canonicalize: yosys-dependencies $(DONT_USE_SC_LIB)
292-
mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR) $(OBJECTS_DIR)
293291
$(SCRIPTS_DIR)/synth.sh $(SCRIPTS_DIR)/synth_canonicalize.tcl $(LOG_DIR)/1_1_yosys_canonicalize.log
294292

295293
$(RESULTS_DIR)/1_synth.rtlil: $(YOSYS_DEPENDENCIES)

0 commit comments

Comments
 (0)