Skip to content

Commit 652dbef

Browse files
yuyichaowhitequark
authored andcommitted
Update document for ResetSynchronizer
Remove reference of out-dated platform method and point to `AsyncFFSynchronizer` instead. Fix #1605
1 parent fa49320 commit 652dbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amaranth/lib/cdc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ class ResetSynchronizer(Elaboratable):
220220
221221
Platform overrides
222222
------------------
223-
Define the ``get_reset_sync`` platform method to override the implementation of
224-
:class:`ResetSynchronizer`, e.g. to instantiate library cells directly.
223+
This uses :class:`AsyncFFSynchronizer` internally and can be overridden
224+
with ``get_async_ff_sync``.
225225
"""
226226
def __init__(self, arst, *, domain="sync", stages=2, max_input_delay=None):
227227
_check_stages(stages)

0 commit comments

Comments
 (0)