Remove extra spaces in FPGA makefile
This commit is contained in:
@@ -118,7 +118,7 @@ $(BIT_FILE): $(synth_list_f)
|
|||||||
-tclargs \
|
-tclargs \
|
||||||
-top-module "$(MODEL)" \
|
-top-module "$(MODEL)" \
|
||||||
-F "$(synth_list_f)" \
|
-F "$(synth_list_f)" \
|
||||||
-board "$(BOARD)" \
|
-board "$(BOARD)" \
|
||||||
-ip-vivado-tcls "$(shell find '$(build_dir)' -name '*.vivado.tcl')"
|
-ip-vivado-tcls "$(shell find '$(build_dir)' -name '*.vivado.tcl')"
|
||||||
|
|
||||||
.PHONY: bitstream
|
.PHONY: bitstream
|
||||||
|
|||||||
Reference in New Issue
Block a user