Skip to content

Commit 4c8917a

Browse files
committedJun 15, 2015
artiq_flash: use BIT files instead of BIN files
1 parent 56f0a82 commit 4c8917a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎artiq/frontend/artiq_flash.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ then
111111
elif [ "$BOARD" == "pipistrello" ]
112112
then
113113
UDEV_RULES=99-papilio.rules
114-
BITSTREAM=artiq_pipistrello-nist_qc1-pipistrello.bin
114+
BITSTREAM=artiq_pipistrello-nist_qc1-pipistrello.bit
115115
CABLE=papilio
116116
PROXY=bscan_spi_lx45_csg324.bit
117117
BIOS_ADDR=0x170000
@@ -153,7 +153,7 @@ fi
153153
if [ "${FLASH_BITSTREAM}" == "1" ]
154154
then
155155
echo "Flashing FPGA bitstream..."
156-
xc3sprog -v -c $CABLE -I$PROXY_PATH/$PROXY $BIN_PREFIX/$BITSTREAM:w:0x0:BIN
156+
xc3sprog -v -c $CABLE -I$PROXY_PATH/$PROXY $BIN_PREFIX/$BITSTREAM:w:0x0:BIT
157157
fi
158158

159159
if [ "${FLASH_BIOS}" == "1" ]

0 commit comments

Comments
 (0)