We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f0a82 commit 4c8917aCopy full SHA for 4c8917a
artiq/frontend/artiq_flash.sh
@@ -111,7 +111,7 @@ then
111
elif [ "$BOARD" == "pipistrello" ]
112
then
113
UDEV_RULES=99-papilio.rules
114
- BITSTREAM=artiq_pipistrello-nist_qc1-pipistrello.bin
+ BITSTREAM=artiq_pipistrello-nist_qc1-pipistrello.bit
115
CABLE=papilio
116
PROXY=bscan_spi_lx45_csg324.bit
117
BIOS_ADDR=0x170000
@@ -153,7 +153,7 @@ fi
153
if [ "${FLASH_BITSTREAM}" == "1" ]
154
155
echo "Flashing FPGA bitstream..."
156
- xc3sprog -v -c $CABLE -I$PROXY_PATH/$PROXY $BIN_PREFIX/$BITSTREAM:w:0x0:BIN
+ xc3sprog -v -c $CABLE -I$PROXY_PATH/$PROXY $BIN_PREFIX/$BITSTREAM:w:0x0:BIT
157
fi
158
159
if [ "${FLASH_BIOS}" == "1" ]
0 commit comments