lib.crc: make module documentation introduction consistent with other stdlib modules.
This commit is contained in:
parent
b40c18fb00
commit
db7e64960c
|
@ -1,6 +1,6 @@
|
||||||
"""
|
"""
|
||||||
Utilities for computing cyclic redundancy checks (CRCs) in software and in
|
The :mod:`amaranth.lib.crc` module provides utilities for computing cyclic
|
||||||
hardware.
|
redundancy checks (CRCs) in software and in hardware.
|
||||||
|
|
||||||
CRCs are specified using the :py:class:`Algorithm` class, which contains
|
CRCs are specified using the :py:class:`Algorithm` class, which contains
|
||||||
settings for CRC width, polynomial, initial value, input/output reflection, and
|
settings for CRC width, polynomial, initial value, input/output reflection, and
|
||||||
|
|
Loading…
Reference in a new issue