docs: cover amaranth.lib.cdc.
This commit is contained in:
parent
3a8cd63b23
commit
18837b9029
4 changed files with 39 additions and 24 deletions
13
docs/stdlib/cdc.rst
Normal file
13
docs/stdlib/cdc.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Clock domain crossing
|
||||
#####################
|
||||
|
||||
.. py:module:: amaranth.lib.cdc
|
||||
|
||||
The ``amaranth.lib.cdc`` package provides modules for transferring data between clock domains.
|
||||
|
||||
|
||||
.. autoclass:: FFSynchronizer()
|
||||
.. autoclass:: AsyncFFSynchronizer()
|
||||
.. autoclass:: ResetSynchronizer()
|
||||
.. autoclass:: PulseSynchronizer()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue