lib.fifo: fix typo.

This commit is contained in:
Alain Péteut 2019-07-15 00:28:06 +02:00 committed by whitequark
parent ff343d5cf0
commit 81e59832fb

View file

@ -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