Skip to content

Commit 78c027f

Browse files
committed
docs/install: reduce repetition.
1 parent 7d25bd5 commit 78c027f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/install.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Synthesizing, placing and routing an nMigen design for an FPGA requires the FPGA
2626
Installing prerequisites
2727
========================
2828

29+
.. |builtin-yosys-architectures| replace:: x86_64 and AArch64
30+
2931
.. content-tabs::
3032

3133
.. tab-container:: windows
@@ -59,7 +61,7 @@ Installing prerequisites
5961
6062
$ sudo apt-get install python3-pip gtkwave
6163
62-
On architectures other than x86_64 and AArch64, install Yosys by running:
64+
On architectures other than |builtin-yosys-architectures|, install Yosys by running:
6365

6466
.. code-block:: console
6567
@@ -71,7 +73,7 @@ Installing prerequisites
7173

7274
Install Python and GTKWave from the package repository of your distribution.
7375

74-
On architectures other than x86_64 and AArch64, install Yosys from the package repository of your distribution.
76+
On architectures other than |builtin-yosys-architectures|, install Yosys from the package repository of your distribution.
7577

7678
If Yosys 0.9 (or newer) is not available, `build Yosys from source`_.
7779

0 commit comments

Comments
 (0)