lib.fifo: fix typo in AsyncFIFO documentation.
This commit is contained in:
parent
e33580cf4c
commit
2c80f35de4
|
@ -271,7 +271,7 @@ class AsyncFIFO(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:`ClockDomainsRenamer` to rename them as appropriate for the design.
|
and ``write``; use :class:`DomainsRenamer` to rename them as appropriate for the design.
|
||||||
""".strip(),
|
""".strip(),
|
||||||
parameters="""
|
parameters="""
|
||||||
fwft : bool
|
fwft : bool
|
||||||
|
|
Loading…
Reference in a new issue