projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33580c
)
lib.fifo: fix typo in AsyncFIFO documentation.
author
whitequark
<whitequark@whitequark.org>
Tue, 22 Jan 2019 05:47:50 +0000
(
05:47
+0000)
committer
whitequark
<whitequark@whitequark.org>
Tue, 22 Jan 2019 05:47:50 +0000
(
05:47
+0000)
nmigen/lib/fifo.py
patch
|
blob
|
history
diff --git
a/nmigen/lib/fifo.py
b/nmigen/lib/fifo.py
index a1cac3fd943df7ac1f4fb4f87b65c51be15ff7db..e26d3d43becf1bc7e65134baa2ae723f882a01d5 100644
(file)
--- a/
nmigen/lib/fifo.py
+++ b/
nmigen/lib/fifo.py
@@
-271,7
+271,7
@@
class AsyncFIFO(FIFOInterface):
Asynchronous first in, first out queue.
Read and write interfaces are accessed from different clock domains, called ``read``
- and ``write``; use :class:`
Clock
DomainsRenamer` to rename them as appropriate for the design.
+ and ``write``; use :class:`DomainsRenamer` to rename them as appropriate for the design.
""".strip(),
parameters="""
fwft : bool