File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,7 @@ $(WRAPPED_LIBS):
383383# ___) || | | |\ | | | | _ | |___ ___) | | ___) |
384384# |____/ |_| |_| \_| |_| |_| |_|_____|____/___|____/
385385#
386+ .PHONY : synth
386387synth : versions.txt \
387388 $(RESULTS_DIR)/1_synth.v \
388389 $(RESULTS_DIR)/1_synth.sdc
@@ -416,6 +417,7 @@ $(RESULTS_DIR)/1_synth.v: $(RESULTS_DIR)/1_1_yosys.v
416417 mkdir -p $(RESULTS_DIR ) $(LOG_DIR ) $(REPORTS_DIR )
417418 cp $< $@
418419
420+ .PHONY : clean_synth
419421clean_synth :
420422 rm -f $(RESULTS_DIR ) /1_* .v $(RESULTS_DIR ) /1_synth.sdc
421423 rm -f $(REPORTS_DIR ) /synth_*
@@ -679,7 +681,7 @@ finish: $(LOG_DIR)/6_report.log \
679681 $(GDS_FINAL_FILE)
680682 $(UNSET_AND_MAKE) elapsed
681683
682- .PHONY :
684+ .PHONY : elapsed
683685elapsed :
684686 -@$(UTILS_DIR ) /genElapsedTime.py -d " $( LOG_DIR) "
685687
You can’t perform that action at this time.
0 commit comments