From 5d5eac6e9509156bee818b4f9ba003c50e7ad29d Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 22 Jan 2019 05:47:50 +0000 Subject: [PATCH] lib.fifo: fix typo in AsyncFIFO documentation. --- nmigen/lib/fifo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2