Files
openFPGALoader/spiOverJtag/Makefile
T
Staf Verhaegen ced3363ee5 Support Arty S7-50
Added Xilinx xc7s50 device to part.hpp; added support for generating
spiOverJtag bitstream file for that device and added bitstream to repo.
Converted xdc file from DOC line endings to native line endings.
2020-08-08 11:42:38 +02:00

14 lines
442 B
Makefile

VIVADO := vivado -nolog -nojournal -mode batch -source
MODELS := xc7a35 xc7s50
BIT_FILES := $(addsuffix .bit,$(addprefix spiOverJtag_, $(MODELS)))
all: $(BIT_FILES)
$(BIT_FILES) : spiOverJtag_%.bit : tmp_%/spiOverJtag.runs/impl_1/xilinx_spiOverJtag.bit
cp $< $@
tmp_%/spiOverJtag.runs/impl_1/xilinx_spiOverJtag.bit : xilinx_spiOverJtag.vhd constr_%.xdc
$(VIVADO) xilinx_spiOverJtag.tcl -tclargs $*
clean:
-rm -rf tmp_* *.jou *.log .Xil