Skip to content

Commit 358ad2e

Browse files
committedJan 6, 2016
artiq_flash: drop redundant instruction, tweak doc
1 parent 25ce092 commit 358ad2e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

Diff for: ‎artiq/frontend/artiq_flash.py

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ def main():
3333
'sudo cp openocd/contrib/99-openocd.rules /etc/udev/rules.d'
3434
and replug the device. Ensure you are member of the
3535
plugdev group: 'sudo adduser $USER plugdev' and re-login.
36-
* Make the matching proxy bitstream accessible in ~/.migen or
37-
/usr/local/share/migen or /usr/share/migen. Proxy bitstreams are
38-
published at https://github.com/jordens/bscan_spi_bitstreams.
39-
This script will tell you which one is needed.
4036
""")
4137
parser.add_argument("-t", "--target", default="kc705",
4238
help="target board, default: %(default)s")

Diff for: ‎doc/manual/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
207207
$ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc7k325t.bit
208208
$ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc6slx45.bit
209209

210-
Then copy both files ``~/artiq-dev/bscan_spi_xc6slx45.bit`` and ``~/artiq-dev/bscan_spi_xc7k325t.bit`` to ``~/.migen``, ``/usr/local/share/migen``, or ``/usr/share/migen``.
210+
Then move both files ``~/artiq-dev/bscan_spi_xc6slx45.bit`` and ``~/artiq-dev/bscan_spi_xc7k325t.bit`` to ``~/.migen``, ``/usr/local/share/migen``, or ``/usr/share/migen``.
211211

212212

213213
* Download and install MiSoC: ::

0 commit comments

Comments
 (0)
Please sign in to comment.