lib.fifo: fix typo.
This commit is contained in:
parent
ff343d5cf0
commit
81e59832fb
|
@ -271,7 +271,7 @@ class AsyncFIFO(Elaboratable, FIFOInterface):
|
||||||
Asynchronous first in, first out queue.
|
Asynchronous first in, first out queue.
|
||||||
|
|
||||||
Read and write interfaces are accessed from different clock domains, called ``read``
|
Read and write interfaces are accessed from different clock domains, called ``read``
|
||||||
and ``write``; use :class:`DomainsRenamer` to rename them as appropriate for the design.
|
and ``write``; use :class:`DomainRenamer` to rename them as appropriate for the design.
|
||||||
""".strip(),
|
""".strip(),
|
||||||
parameters="""
|
parameters="""
|
||||||
fwft : bool
|
fwft : bool
|
||||||
|
|
Loading…
Reference in a new issue