lib.cdc: fix typo.

Co-authored-by: @ECP5-PCIe
This commit is contained in:
whitequark 2020-07-13 23:16:27 +00:00
parent 58f1d4bcb6
commit ecb3a69d48

View 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.