lib.cdc: fix typo.
authorwhitequark <whitequark@whitequark.org>
Mon, 13 Jul 2020 23:16:27 +0000 (23:16 +0000)
committerwhitequark <whitequark@whitequark.org>
Mon, 13 Jul 2020 23:53:15 +0000 (23:53 +0000)
Co-authored-by: @ECP5-PCIe
nmigen/lib/cdc.py

index 7aae1cc260048d9cd0c448430947cc07dec6ac5c..698534b3f8483c619a0c3ed7dd8cfe897988ab6d 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.