lib.fifo: fix typo.
This commit is contained in:
parent
ff343d5cf0
commit
81e59832fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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:`DomainsRenamer` 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue