From f57e206841361aca7756af97732a6fbd21b78c1a Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 27 Oct 2021 18:43:13 +0800 Subject: [PATCH] Makefile: depend on soc_extra_v Signed-off-by: Matt Johnston --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85a0fee..dbe62ba 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ fpga_files = fpga/soc_reset.vhdl \ synth_files = $(core_files) $(soc_files) $(soc_extra_synth) $(fpga_files) $(clkgen) $(toplevel) $(dmi_dtm) -microwatt.json: $(synth_files) $(RAM_INIT_FILE) +microwatt.json: $(synth_files) $(RAM_INIT_FILE) $(soc_extra_v) $(YOSYS) $(GHDLSYNTH) -p "ghdl --std=08 --no-formal $(GHDL_IMAGE_GENERICS) $(synth_files) -e toplevel; read_verilog $(uart_files) $(soc_extra_v); synth_ecp5 -abc9 -nowidelut -json $@ $(SYNTH_ECP5_FLAGS)" microwatt.v: $(synth_files) $(RAM_INIT_FILE)