lib.cdc: fix typo.
authorwhitequark <whitequark@whitequark.org>
Mon, 13 Jul 2020 23:16:27 +0000 (23:16 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 14:53:00 +0000 (14:53 +0000)
Co-authored-by: @ECP5-PCIe
nmigen/lib/cdc.py

index 0982114b7fbc30128ecc7ec1057e5df3e33231c2..fb62390dbc84610aa474d47d5cd50bdd229e43d4 100644 (file)
@@ -110,7 +110,7 @@ class AsyncFFSynchronizer(Elaboratable):
     o : Signal(1), out
         Synchronously released output signal.
     domain : str
-        Name of clock domain to reset.
+        Name of clock domain to synchronize to.
     stages : int, >=2
         Number of synchronization stages between input and output. The lowest safe number is 2,
         with higher numbers reducing MTBF further, at the cost of increased deassertion latency.