diff --git a/fpga/Makefile b/fpga/Makefile index b53e4fdf..c6e161ee 100644 --- a/fpga/Makefile +++ b/fpga/Makefile @@ -118,7 +118,7 @@ $(BIT_FILE): $(synth_list_f) -tclargs \ -top-module "$(MODEL)" \ -F "$(synth_list_f)" \ - -board "$(BOARD)" \ + -board "$(BOARD)" \ -ip-vivado-tcls "$(shell find '$(build_dir)' -name '*.vivado.tcl')" .PHONY: bitstream