From 57b12abf1ef7ee2dd8624be9de844f5653920b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Sat, 23 Sep 2017 11:31:17 +0800 Subject: [PATCH] manual: remove reference to Spartan-6 proxy bitstream Pipistrello is no longer supported --- doc/manual/developing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/manual/developing.rst b/doc/manual/developing.rst index 7ee6a8cec..3d7fa7c5b 100644 --- a/doc/manual/developing.rst +++ b/doc/manual/developing.rst @@ -162,9 +162,8 @@ These steps are required to generate gateware bitstream (``.bit``) files, build $ cd ~/artiq-dev $ 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``. + Then move ``~/artiq-dev/bscan_spi_xc7k325t.bit`` to ``~/.migen``, ``/usr/local/share/migen``, or ``/usr/share/migen``. * :ref:`Download and install OpenOCD `.