From 2a91b6996fa9200e50f59b7285669fa7d8e26c4c Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 15 Aug 2017 14:34:13 -0600 Subject: [PATCH] doc: update proxy bitstream url --- doc/manual/developing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/developing.rst b/doc/manual/developing.rst index 22d807358..3d36dd4b2 100644 --- a/doc/manual/developing.rst +++ b/doc/manual/developing.rst @@ -158,8 +158,8 @@ These steps are required to generate gateware bitstream (``.bit``) files, build :: $ cd ~/artiq-dev - $ 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 + $ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/single-tap/bscan_spi_xc7k325t.bit + $ wget https://raw.githubusercontent.com/jordens/bscan_spi_bitstreams/single-tap/bscan_spi_xc6slx45.bit 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``.