2021-12-12 23:23:12 -07:00
|
|
|
Clock domain crossing
|
|
|
|
#####################
|
|
|
|
|
|
|
|
.. py:module:: amaranth.lib.cdc
|
|
|
|
|
2021-12-16 08:44:08 -07:00
|
|
|
The :mod:`amaranth.lib.cdc` module provides building blocks for transferring data between clock domains.
|
2021-12-12 23:23:12 -07:00
|
|
|
|
|
|
|
|
|
|
|
.. autoclass:: FFSynchronizer()
|
|
|
|
.. autoclass:: AsyncFFSynchronizer()
|
|
|
|
.. autoclass:: ResetSynchronizer()
|
|
|
|
.. autoclass:: PulseSynchronizer()
|
|
|
|
|