File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ ifeq ($(SYNTH_HIERARCHICAL), 1)
406406$(RESULTS_DIR ) /1_1_yosys.v : $(SYNTH_STOP_MODULE_SCRIPT )
407407endif
408408
409- $(RESULTS_DIR ) /1_1_yosys.v $(RESULTS_DIR ) /1_synth.sdc & : $(DONT_USE_LIBS ) $(WRAPPED_LIBS ) $(DONT_USE_SC_LIB ) $(DFF_LIB_FILE ) $(VERILOG_FILES ) $(CACHED_NETLIST ) $(LATCH_MAP_FILE ) $(ADDER_MAP_FILE )
409+ $(RESULTS_DIR ) /1_1_yosys.v $(RESULTS_DIR ) /1_synth.sdc & : $(DONT_USE_LIBS ) $(WRAPPED_LIBS ) $(DONT_USE_SC_LIB ) $(DFF_LIB_FILE ) $(VERILOG_FILES ) $(CACHED_NETLIST ) $(LATCH_MAP_FILE ) $(ADDER_MAP_FILE ) $( SDC_FILE )
410410 mkdir -p $(RESULTS_DIR ) $(LOG_DIR ) $(REPORTS_DIR )
411411 ($( TIME_CMD) $( YOSYS_CMD) $( YOSYS_FLAGS) -c $( SYNTH_SCRIPT) ) 2>&1 | tee $(LOG_DIR ) /1_1_yosys.log
412412 cp $(SDC_FILE ) $(RESULTS_DIR ) /1_synth.sdc
You can’t perform that action at this time.
0 commit comments