Commit 0192d48a authored by Adam Wujek's avatar Adam Wujek

ci-scripts/build-wr2rf: don't copy *.bin files

Synthesis does not produce *.bin files
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent e49683ab
......@@ -25,5 +25,5 @@ make files.tcl 2>&1 | tee "${LOG_FILE}_make_files.log"
vivado -mode tcl -source wr2rf_vme.tcl
git describe >> wr2rf_ver.txt
tar -cJf wr2rf.tar.xz *.rpt *.dcp *.bit *.bin wr2rf_ver.txt
tar -cJf wr2rf.tar.xz *.rpt *.dcp *.bit wr2rf_ver.txt
cp wr2rf.tar.xz ../../..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment