From: whitequark Date: Tue, 22 Jan 2019 05:47:50 +0000 (+0000) Subject: lib.fifo: fix typo in AsyncFIFO documentation. X-Git-Tag: working~51 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c80f35de46d59024c4524b7cee1ba030db9f086;p=nmigen.git lib.fifo: fix typo in AsyncFIFO documentation. --- diff --git a/nmigen/lib/fifo.py b/nmigen/lib/fifo.py index a1cac3f..e26d3d4 100644 --- a/nmigen/lib/fifo.py +++ b/nmigen/lib/fifo.py @@ -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