projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff343d5
)
lib.fifo: fix typo.
author
Alain Péteut
<alain.peteut@yahoo.com>
Sun, 14 Jul 2019 22:28:06 +0000
(
00:28
+0200)
committer
whitequark
<whitequark@whitequark.org>
Mon, 15 Jul 2019 14:12:33 +0000
(14:12 +0000)
nmigen/lib/fifo.py
patch
|
blob
|
history
diff --git
a/nmigen/lib/fifo.py
b/nmigen/lib/fifo.py
index 4d4b2f05d8780fb3c16501ebc4495dddbac11bb6..386d9031fc6fae517e3f6fb0ebf5b38ca3648fbf 100644
(file)
--- a/
nmigen/lib/fifo.py
+++ b/
nmigen/lib/fifo.py
@@
-271,7
+271,7
@@
class AsyncFIFO(Elaboratable, FIFOInterface):
Asynchronous first in, first out queue.
Read and write interfaces are accessed from different clock domains, called ``read``
- and ``write``; use :class:`Domain
s
Renamer` to rename them as appropriate for the design.
+ and ``write``; use :class:`DomainRenamer` to rename them as appropriate for the design.
""".strip(),
parameters="""
fwft : bool