We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bad5e4 commit 2f8a67cCopy full SHA for 2f8a67c
conda/artiq/build.sh
@@ -24,6 +24,7 @@ cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 $MISOC_EXTRA_VIVADO_C
24
25
# install KC705 binaries
26
27
+cp soc/runtime/runtime.fbi $BIN_PREFIX/kc705/
28
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/kc705/
29
cp $SRC_DIR/misoc/build/artiq_kc705-nist_qc1-kc705.bit $BIN_PREFIX/kc705/
30
wget http://sionneau.net/artiq/binaries/kc705/flash_proxy/bscan_spi_kc705.bit
0 commit comments