Makefile: rename yosys-area.log to yosys-fixed.log
This commit is contained in:
parent
99a8d1dfa6
commit
35c6d621a7
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ $(NETLIST_SYN_V): $(RTL_FILES) $(SCRIPT_DIR)/yosys.tcl
|
|||
fix-fanout: $(NETLIST_FIXED_V)
|
||||
$(NETLIST_FIXED_V): $(SCRIPT_DIR)/fix-fanout.tcl $(SDC_FILE) $(NETLIST_SYN_V)
|
||||
set -o pipefail && ./bin/iEDA -script $^ $(DESIGN) $(PDK) $@ 2>&1 | tee $(RESULT_DIR)/fix-fanout.log
|
||||
echo tcl $(SCRIPT_DIR)/yosys-area.tcl $(DESIGN) $(PDK) $@ | yosys -l $(@D)/yosys-area.log -s -
|
||||
echo tcl $(SCRIPT_DIR)/yosys-area.tcl $(DESIGN) $(PDK) $@ | yosys -l $(@D)/yosys-fixed.log -s -
|
||||
|
||||
sta: $(TIMING_RPT)
|
||||
$(TIMING_RPT): $(SCRIPT_DIR)/sta.tcl $(SDC_FILE) $(NETLIST_FIXED_V)
|
||||
|
|
Loading…
Reference in New Issue