From: whitequark Date: Mon, 13 Jul 2020 23:16:27 +0000 (+0000) Subject: lib.cdc: fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca440bb30dfab07a1e69bd08d92f6bb815838288;p=nmigen.git lib.cdc: fix typo. Co-authored-by: @ECP5-PCIe --- diff --git a/nmigen/lib/cdc.py b/nmigen/lib/cdc.py index 0982114..fb62390 100644 --- a/nmigen/lib/cdc.py +++ b/nmigen/lib/cdc.py @@ -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.