lib.cdc: fix typo.
Co-authored-by: @ECP5-PCIe
This commit is contained in:
parent
58f1d4bcb6
commit
ecb3a69d48
|
@ -110,7 +110,7 @@ class AsyncFFSynchronizer(Elaboratable):
|
||||||
o : Signal(1), out
|
o : Signal(1), out
|
||||||
Synchronously released output signal.
|
Synchronously released output signal.
|
||||||
domain : str
|
domain : str
|
||||||
Name of clock domain to reset.
|
Name of clock domain to synchronize to.
|
||||||
stages : int, >=2
|
stages : int, >=2
|
||||||
Number of synchronization stages between input and output. The lowest safe number is 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.
|
with higher numbers reducing MTBF further, at the cost of increased deassertion latency.
|
||||||
|
|
Loading…
Reference in a new issue