From: whitequark Date: Mon, 13 Jul 2020 23:16:27 +0000 (+0000) Subject: lib.cdc: fix typo. X-Git-Tag: 24jan2021_ls180~16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecb3a69d485b30767bef83c5b5f7804d14f34ed7;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 7aae1cc..698534b 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.