Merge pull request #941 from zslwyuan/patch-3

Swap two arguments to resolve bug
This commit is contained in:
Abraham Gonzalez
2021-08-30 14:59:51 -07:00
committed by GitHub

View File

@@ -118,8 +118,8 @@ $(BIT_FILE): $(synth_list_f)
-tclargs \ -tclargs \
-top-module "$(MODEL)" \ -top-module "$(MODEL)" \
-F "$(synth_list_f)" \ -F "$(synth_list_f)" \
-ip-vivado-tcls "$(shell find '$(build_dir)' -name '*.vivado.tcl')" \ -board "$(BOARD)" \
-board "$(BOARD)" -ip-vivado-tcls "$(shell find '$(build_dir)' -name '*.vivado.tcl')"
.PHONY: bitstream .PHONY: bitstream
bitstream: $(BIT_FILE) bitstream: $(BIT_FILE)