You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.rst
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ System requirements
6
6
7
7
.. |yosys-version| replace:: 0.10 (or newer)
8
8
9
-
Amaranth HDL requires Python 3.7; it works on CPython_ 3.7 (or newer), and works faster on PyPy3.7_ 7.3.3 (or newer).
9
+
Amaranth HDL requires Python 3.7; it works on CPython_ 3.7 (or newer), and works faster on PyPy3.7_ 7.3.3 (or newer). Installation requires pip_ 23.0 (or newer).
10
10
11
11
For most workflows, Amaranth requires Yosys_ |yosys-version|. A compatible version of Yosys is distributed via PyPI_ for most popular platforms.
12
12
@@ -18,6 +18,7 @@ Synthesizing, placing and routing an Amaranth design for an FPGA requires the FP
18
18
19
19
.. _CPython: https://www.python.org/
20
20
.. _PyPy3.7: https://www.pypy.org/
21
+
.. _pip: https://pip.pypa.io/
21
22
.. _Yosys: https://yosyshq.net/yosys/
22
23
.. _PyPI: https://pypi.org/
23
24
.. _GTKWave: http://gtkwave.sourceforge.net/
@@ -29,6 +30,7 @@ Installing prerequisites
29
30
========================
30
31
31
32
.. |builtin-yosys-architectures| replace:: x86_64 and AArch64
33
+
.. |upgrade-pip| replace:: Before continuing, make sure you have the latest version of pip_ installed by running:
0 commit comments