We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9070633 + a38fd45 commit 5bc39f4Copy full SHA for 5bc39f4
flow/Makefile
@@ -479,8 +479,11 @@ $(SDC_FILE_CLOCK_PERIOD): $(SDC_FILE)
479
mkdir -p $(dir $@)
480
echo $(ABC_CLOCK_PERIOD_IN_PS) > $@
481
482
+.PHONY: yosys-dependencies
483
+yosys-dependencies: $(DONT_USE_LIBS) $(WRAPPED_LIBS) $(DONT_USE_SC_LIB) $(DFF_LIB_FILE) $(VERILOG_FILES) $(CACHED_NETLIST) $(LATCH_MAP_FILE) $(ADDER_MAP_FILE)
484
+
485
.PHONY: do-yosys
-do-yosys: $(DONT_USE_LIBS) $(WRAPPED_LIBS) $(DONT_USE_SC_LIB) $(DFF_LIB_FILE) $(VERILOG_FILES) $(CACHED_NETLIST) $(LATCH_MAP_FILE) $(ADDER_MAP_FILE)
486
+do-yosys: yosys-dependencies
487
mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR)
488
($(TIME_CMD) $(YOSYS_CMD) $(YOSYS_FLAGS) -c $(SYNTH_SCRIPT)) 2>&1 | tee $(LOG_DIR)/1_1_yosys.log
489
0 commit comments