From ca440bb30dfab07a1e69bd08d92f6bb815838288 Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 13 Jul 2020 23:16:27 +0000 Subject: [PATCH] lib.cdc: fix typo. Co-authored-by: @ECP5-PCIe --- nmigen/lib/cdc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2