Skip to content

Commit 4d84ec7

Browse files
committedAug 27, 2015
update lx45 bscan bitstream url which wget could not fetch on some systems
1 parent 4a16ea1 commit 4d84ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎conda/artiq/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cd $SRC_DIR/misoc; $PYTHON make.py -X ../soc -t artiq_pipistrello $MISOC_EXTRA_I
4242
cp soc/runtime/runtime.fbi $BIN_PREFIX/pipistrello/
4343
cp $SRC_DIR/misoc/software/bios/bios.bin $BIN_PREFIX/pipistrello/
4444
cp $SRC_DIR/misoc/build/artiq_pipistrello-nist_qc1-pipistrello.bit $BIN_PREFIX/pipistrello/
45-
wget http://www.phys.ethz.ch/~robertjo/bscan_spi_lx45_csg324.bit
45+
wget https://people.phys.ethz.ch/~robertjo/bscan_spi_lx45_csg324.bit
4646
mv bscan_spi_lx45_csg324.bit $BIN_PREFIX/pipistrello/
4747

4848
# build for KC705 NIST_QC2

Diff for: ‎doc/manual/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
176176
::
177177

178178
$ cd ~/artiq-dev
179-
$ wget http://www.phys.ethz.ch/~robertjo/bscan_spi_lx45_csg324.bit
179+
$ wget https://people.phys.ethz.ch/~robertjo/bscan_spi_lx45_csg324.bit
180180

181181
Then copy ``~/artiq-dev/bscan_spi_lx45_csg324.bit`` to ``~/.migen``, ``/usr/local/share/migen`` or ``/usr/share/migen``.
182182

0 commit comments

Comments
 (0)