Skip to content

Commit

Permalink
mixed-hdl: remove '-q' from yosys call
Browse files Browse the repository at this point in the history
Co-authored-by: T. Meissner <[email protected]>
  • Loading branch information
umarcor and tmeissner committed Oct 13, 2020
1 parent 568fdcc commit ed9c146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixed-hdl/blink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ blink.json: $(VHDL_SYN_FILES) $(VERILOG_SYN_FILES)
"$(GHDLSYNTH) $(GHDL_FLAGS) $(VHDL_SYN_FILES) -e; \
synth_ice40 \
-top Fomu_Blink \
-json $@" -q $(VERILOG_SYN_FILES) 2>&1 | tee yosys-report.txt
-json $@" $(VERILOG_SYN_FILES) 2>&1 | tee yosys-report.txt

# Use **nextpnr** to generate the FPGA configuration.
# This is called the **place** and **route** step.
Expand Down

0 comments on commit ed9c146

Please sign in to comment.