File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -448,8 +448,7 @@ yosys-dependencies: $(YOSYS_DEPENDENCIES)
448448.PHONY : do-yosys
449449do-yosys : $(DONT_USE_SC_LIB )
450450 mkdir -p $(RESULTS_DIR ) $(LOG_DIR ) $(REPORTS_DIR ) $(OBJECTS_DIR )
451- (export VERILOG_FILES=$( RESULTS_DIR) /1_synth.rtlil; \
452- $(TIME_CMD ) $(YOSYS_EXE ) $(YOSYS_FLAGS ) -c $(SYNTH_SCRIPT ) ) 2>&1 | tee $(abspath $(LOG_DIR ) /1_1_yosys.log)
451+ ($( TIME_CMD) $( YOSYS_EXE) $( YOSYS_FLAGS) -c $( SYNTH_SCRIPT) ) 2>&1 | tee $(abspath $(LOG_DIR ) /1_1_yosys.log)
453452
454453.PHONY : do-yosys-canonicalize
455454do-yosys-canonicalize : yosys-dependencies $(DONT_USE_SC_LIB )
Original file line number Diff line number Diff line change 1+ set ::env(VERILOG_FILES) $::env(RESULTS_DIR) /1_synth.rtlil
2+
13source $::env(SCRIPTS_DIR) /synth_preamble.tcl
24
35hierarchy -check -top $::env(DESIGN_NAME)
You can’t perform that action at this time.
0 commit comments