docs: don't call Python modules "packages".
This commit is contained in:
parent
538c14116c
commit
e156ac62c5
|
@ -3,8 +3,8 @@ Intel
|
||||||
|
|
||||||
.. py:module:: amaranth.vendor.intel
|
.. py:module:: amaranth.vendor.intel
|
||||||
|
|
||||||
The :mod:`amaranth.vendor.intel` package provides a base platform to support Intel toolchains.
|
The :mod:`amaranth.vendor.intel` module provides a base platform to support Intel toolchains.
|
||||||
|
|
||||||
The Quartus and Mistral toolchains are supported.
|
The Quartus and Mistral toolchains are supported.
|
||||||
|
|
||||||
.. autoclass:: IntelPlatform
|
.. autoclass:: IntelPlatform
|
||||||
|
|
|
@ -3,8 +3,8 @@ Lattice ECP5
|
||||||
|
|
||||||
.. py:module:: amaranth.vendor.lattice_ecp5
|
.. py:module:: amaranth.vendor.lattice_ecp5
|
||||||
|
|
||||||
The :mod:`amaranth.vendor.lattice_ecp5` package provides a base platform to support Lattice ECP5 devices.
|
The :mod:`amaranth.vendor.lattice_ecp5` module provides a base platform to support Lattice ECP5 devices.
|
||||||
|
|
||||||
The Trellis and Diamond toolchains are supported.
|
The Trellis and Diamond toolchains are supported.
|
||||||
|
|
||||||
.. autoclass:: LatticeECP5Platform
|
.. autoclass:: LatticeECP5Platform
|
||||||
|
|
|
@ -3,8 +3,8 @@ Lattice iCE40
|
||||||
|
|
||||||
.. py:module:: amaranth.vendor.lattice_ice40
|
.. py:module:: amaranth.vendor.lattice_ice40
|
||||||
|
|
||||||
The :mod:`amaranth.vendor.lattice_ice40` package provides a base platform to support Lattice iCE40 devices.
|
The :mod:`amaranth.vendor.lattice_ice40` module provides a base platform to support Lattice iCE40 devices.
|
||||||
|
|
||||||
The IceStorm and iCECube2 toolchains are supported.
|
The IceStorm and iCECube2 toolchains are supported.
|
||||||
|
|
||||||
.. autoclass:: LatticeICE40Platform
|
.. autoclass:: LatticeICE40Platform
|
||||||
|
|
|
@ -3,7 +3,7 @@ Lattice MachXO2 and MachXO3L
|
||||||
|
|
||||||
.. py:module:: amaranth.vendor.lattice_machxo_2_3l
|
.. py:module:: amaranth.vendor.lattice_machxo_2_3l
|
||||||
|
|
||||||
The :mod:`amaranth.vendor.lattice_machxo_2_3l` package provides a base platform to support Lattice
|
The :mod:`amaranth.vendor.lattice_machxo_2_3l` module provides a base platform to support Lattice
|
||||||
MachXO2 and MachXO3L devices.
|
MachXO2 and MachXO3L devices.
|
||||||
|
|
||||||
The Diamond toolchain is supported.
|
The Diamond toolchain is supported.
|
||||||
|
@ -16,4 +16,4 @@ The Diamond toolchain is supported.
|
||||||
.. note:: Both of the above are aliases for the actual platform below, however only the aliased
|
.. note:: Both of the above are aliases for the actual platform below, however only the aliased
|
||||||
definitions are actually exported from the module for use.
|
definitions are actually exported from the module for use.
|
||||||
|
|
||||||
.. autoclass:: LatticeMachXO2Or3LPlatform
|
.. autoclass:: LatticeMachXO2Or3LPlatform
|
||||||
|
|
|
@ -3,8 +3,8 @@ Quicklogic
|
||||||
|
|
||||||
.. py:module:: amaranth.vendor.quicklogic
|
.. py:module:: amaranth.vendor.quicklogic
|
||||||
|
|
||||||
The :mod:`amaranth.vendor.quicklogic` package provides a base platform to support Quicklogic toolchains.
|
The :mod:`amaranth.vendor.quicklogic` module provides a base platform to support Quicklogic toolchains.
|
||||||
|
|
||||||
The Symbiflow toolchain is supported.
|
The Symbiflow toolchain is supported.
|
||||||
|
|
||||||
.. autoclass:: QuicklogicPlatform
|
.. autoclass:: QuicklogicPlatform
|
||||||
|
|
|
@ -3,8 +3,8 @@ Xilinx
|
||||||
|
|
||||||
.. py:module:: amaranth.vendor.xilinx
|
.. py:module:: amaranth.vendor.xilinx
|
||||||
|
|
||||||
The :mod:`amaranth.vendor.xilinx` package provides a base platform to support Xilinx toolchains.
|
The :mod:`amaranth.vendor.xilinx` module provides a base platform to support Xilinx toolchains.
|
||||||
|
|
||||||
The ISE, Vivado, and Symbiflow toolchains are supported.
|
The ISE, Vivado, and Symbiflow toolchains are supported.
|
||||||
|
|
||||||
.. autoclass:: XilinxPlatform
|
.. autoclass:: XilinxPlatform
|
||||||
|
|
|
@ -3,7 +3,7 @@ Clock domain crossing
|
||||||
|
|
||||||
.. py:module:: amaranth.lib.cdc
|
.. py:module:: amaranth.lib.cdc
|
||||||
|
|
||||||
The :mod:`amaranth.lib.cdc` package provides modules for transferring data between clock domains.
|
The :mod:`amaranth.lib.cdc` module provides building blocks for transferring data between clock domains.
|
||||||
|
|
||||||
|
|
||||||
.. autoclass:: FFSynchronizer()
|
.. autoclass:: FFSynchronizer()
|
||||||
|
|
|
@ -3,7 +3,7 @@ Code conversion
|
||||||
|
|
||||||
.. py:module:: amaranth.lib.coding
|
.. py:module:: amaranth.lib.coding
|
||||||
|
|
||||||
The :mod:`amaranth.lib.coding` package provides modules for conversion between different encodings of binary numbers.
|
The :mod:`amaranth.lib.coding` module provides building blocks for conversion between different encodings of binary numbers.
|
||||||
|
|
||||||
|
|
||||||
One-hot coding
|
One-hot coding
|
||||||
|
|
|
@ -3,7 +3,7 @@ First-in first-out queues
|
||||||
|
|
||||||
.. py:module:: amaranth.lib.fifo
|
.. py:module:: amaranth.lib.fifo
|
||||||
|
|
||||||
The ``amaranth.lib.fifo`` package provides modules for first-in, first-out queues.
|
The ``amaranth.lib.fifo`` module provides building blocks for first-in, first-out queues.
|
||||||
|
|
||||||
|
|
||||||
.. autoclass:: FIFOInterface
|
.. autoclass:: FIFOInterface
|
||||||
|
|
Loading…
Reference in a new issue