parent
60c2a1b4b8
commit
45b9730786
7 changed files with 1717 additions and 0 deletions
11
docs/stdlib/crc.rst
Normal file
11
docs/stdlib/crc.rst
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Cyclic redundancy checks
|
||||
########################
|
||||
|
||||
.. automodule:: amaranth.lib.crc
|
||||
:special-members: __call__
|
||||
|
||||
The following pre-defined CRC algorithms are available:
|
||||
|
||||
.. toctree::
|
||||
|
||||
crc/catalog
|
||||
4
docs/stdlib/crc/catalog.rst
Normal file
4
docs/stdlib/crc/catalog.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Predefined CRC Algorithms
|
||||
#########################
|
||||
|
||||
.. automodule:: amaranth.lib.crc.catalog
|
||||
Loading…
Add table
Add a link
Reference in a new issue