From 358ad2e92711161c5f570a20e8e6986bb8224b09 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 6 Jan 2016 11:24:05 -0700 Subject: [PATCH] artiq_flash: drop redundant instruction, tweak doc --- artiq/frontend/artiq_flash.py | 4 ---- doc/manual/installing.rst | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/artiq/frontend/artiq_flash.py b/artiq/frontend/artiq_flash.py index c88a6bf26..2cc1bd6c1 100755 --- a/artiq/frontend/artiq_flash.py +++ b/artiq/frontend/artiq_flash.py @@ -33,10 +33,6 @@ Prerequisites: 'sudo cp openocd/contrib/99-openocd.rules /etc/udev/rules.d' and replug the device. Ensure you are member of the plugdev group: 'sudo adduser $USER plugdev' and re-login. - * Make the matching proxy bitstream accessible in ~/.migen or - /usr/local/share/migen or /usr/share/migen. Proxy bitstreams are - published at https://github.com/jordens/bscan_spi_bitstreams. - This script will tell you which one is needed. """) parser.add_argument("-t", "--target", default="kc705", help="target board, default: %(default)s") diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 2757f9324..af096891c 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -207,7 +207,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC $ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc7k325t.bit $ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/master/bscan_spi_xc6slx45.bit - 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``. + 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``. * Download and install MiSoC: ::