lib.fifo: fix typo in AsyncFIFO documentation.
authorwhitequark <cz@m-labs.hk>
Tue, 22 Jan 2019 05:47:50 +0000 (05:47 +0000)
committerwhitequark <cz@m-labs.hk>
Tue, 22 Jan 2019 05:47:50 +0000 (05:47 +0000)
nmigen/lib/fifo.py

index a1cac3fd943df7ac1f4fb4f87b65c51be15ff7db..e26d3d43becf1bc7e65134baa2ae723f882a01d5 100644 (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