From 4c8917afbdbd330ecd425c0d22af25438c813545 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Tue, 16 Jun 2015 01:39:30 +0200 Subject: [PATCH] artiq_flash: use BIT files instead of BIN files --- artiq/frontend/artiq_flash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/frontend/artiq_flash.sh b/artiq/frontend/artiq_flash.sh index a5738cfe9..b5447b197 100755 --- a/artiq/frontend/artiq_flash.sh +++ b/artiq/frontend/artiq_flash.sh @@ -111,7 +111,7 @@ then elif [ "$BOARD" == "pipistrello" ] then UDEV_RULES=99-papilio.rules - BITSTREAM=artiq_pipistrello-nist_qc1-pipistrello.bin + BITSTREAM=artiq_pipistrello-nist_qc1-pipistrello.bit CABLE=papilio PROXY=bscan_spi_lx45_csg324.bit BIOS_ADDR=0x170000 @@ -153,7 +153,7 @@ fi if [ "${FLASH_BITSTREAM}" == "1" ] then echo "Flashing FPGA bitstream..." - 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 fi if [ "${FLASH_BIOS}" == "1" ]