artiq_flash.sh: fix Pipistrello flash proxy filename

This commit is contained in:
Zach Smith 2015-04-30 09:23:32 +08:00 committed by Sebastien Bourdeauducq
parent 967145f2dc
commit 5df446ec4b
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ then
UDEV_RULES=99-papilio.rules
BITSTREAM=artiq_pipistrello-top-pipistrello.bin
CABLE=papilio
PROXY=bscan_spi_lx9_csg324.bit
PROXY=bscan_spi_lx45_csg324.bit
BIOS_ADDR=0x170000
RUNTIME_ADDR=0x180000
if [ -z "$BIN_PREFIX" ]; then BIN_PREFIX=$ARTIQ_PREFIX/binaries/pipistrello; fi