From: whitequark Date: Wed, 1 Jul 2020 04:11:51 +0000 (+0000) Subject: docs/install: reduce repetition. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e27cacef08975f2a4deb3cbd14f6398b7c6493a;p=nmigen.git docs/install: reduce repetition. --- diff --git a/docs/install.rst b/docs/install.rst index f6caf9a..230d410 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -26,6 +26,8 @@ Synthesizing, placing and routing an nMigen design for an FPGA requires the FPGA Installing prerequisites ======================== +.. |builtin-yosys-architectures| replace:: x86_64 and AArch64 + .. content-tabs:: .. tab-container:: windows @@ -59,7 +61,7 @@ Installing prerequisites $ sudo apt-get install python3-pip gtkwave - On architectures other than x86_64 and AArch64, install Yosys by running: + On architectures other than |builtin-yosys-architectures|, install Yosys by running: .. code-block:: console @@ -71,7 +73,7 @@ Installing prerequisites Install Python and GTKWave from the package repository of your distribution. - On architectures other than x86_64 and AArch64, install Yosys from the package repository of your distribution. + On architectures other than |builtin-yosys-architectures|, install Yosys from the package repository of your distribution. If Yosys 0.9 (or newer) is not available, `build Yosys from source`_.