File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ $(SDC_FILE_CLOCK_PERIOD): $(SDC_FILE)
490490 echo $(ABC_CLOCK_PERIOD_IN_PS ) > $@
491491
492492.PHONY : yosys-dependencies
493- yosys-dependencies : $(DONT_USE_LIBS ) $(WRAPPED_LIBS ) $(DONT_USE_SC_LIB ) $(DFF_LIB_FILE ) $(VERILOG_FILES ) $(CACHED_NETLIST ) $(LATCH_MAP_FILE ) $(ADDER_MAP_FILE )
493+ yosys-dependencies : $(DONT_USE_LIBS ) $(WRAPPED_LIBS ) $(DONT_USE_SC_LIB ) $(DFF_LIB_FILE ) $(VERILOG_FILES ) $(CACHED_NETLIST ) $(LATCH_MAP_FILE ) $(ADDER_MAP_FILE ) $( SDC_FILE_CLOCK_PERIOD )
494494
495495.PHONY : do-yosys
496496do-yosys :
@@ -503,10 +503,10 @@ do-yosys-canonicalize: yosys-dependencies
503503 mkdir -p $(RESULTS_DIR ) $(LOG_DIR ) $(REPORTS_DIR ) $(OBJECTS_DIR )
504504 ($( TIME_CMD) $( YOSYS_CMD) $( YOSYS_FLAGS) -c $( SCRIPTS_DIR) /synth_canonicalize.tcl) 2>&1 | tee $(LOG_DIR ) /1_1_yosys.log
505505
506- $(RESULTS_DIR ) /1_synth.rtlil : $( SDC_FILE_CLOCK_PERIOD )
506+ $(RESULTS_DIR ) /1_synth.rtlil :
507507 $(UNSET_AND_MAKE ) do-yosys-canonicalize
508508
509- $(RESULTS_DIR ) /1_1_yosys.v : $(RESULTS_DIR ) /1_synth.rtlil $( SDC_FILE_CLOCK_PERIOD )
509+ $(RESULTS_DIR ) /1_1_yosys.v : $(RESULTS_DIR ) /1_synth.rtlil
510510 $(UNSET_AND_MAKE ) do-yosys
511511
512512$(RESULTS_DIR ) /1_synth.sdc : $(SDC_FILE )
You can’t perform that action at this time.
0 commit comments