docs/install: reduce repetition.
authorwhitequark <whitequark@whitequark.org>
Wed, 1 Jul 2020 04:11:51 +0000 (04:11 +0000)
committerwhitequark <whitequark@whitequark.org>
Wed, 1 Jul 2020 04:11:51 +0000 (04:11 +0000)
docs/install.rst

index adf2f020da866b0a8bd9be5d1f949320a7c700a9..2889a78e39d61b41cb80b42e85d20f9a0ac0c18a 100644 (file)
@@ -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`_.