projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f1d4b
)
lib.cdc: fix typo.
author
whitequark
<whitequark@whitequark.org>
Mon, 13 Jul 2020 23:16:27 +0000
(23:16 +0000)
committer
whitequark
<whitequark@whitequark.org>
Mon, 13 Jul 2020 23:53:15 +0000
(23:53 +0000)
Co-authored-by: @ECP5-PCIe
nmigen/lib/cdc.py
patch
|
blob
|
history
diff --git
a/nmigen/lib/cdc.py
b/nmigen/lib/cdc.py
index 7aae1cc260048d9cd0c448430947cc07dec6ac5c..698534b3f8483c619a0c3ed7dd8cfe897988ab6d 100644
(file)
--- 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.