lib.fifo: fix typo in AsyncFIFO documentation.

This commit is contained in:
whitequark 2019-01-22 05:47:50 +00:00
parent e33580cf4c
commit 2c80f35de4

View file

@ -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:`ClockDomainsRenamer` 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