From dcf2bdab9b42b7c953ce1f1e26355a66e00f8c80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alain=20P=C3=A9teut?= Date: Mon, 15 Jul 2019 00:28:06 +0200 Subject: [PATCH] lib.fifo: fix typo. --- 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 4d4b2f0..386d903 100644 --- a/nmigen/lib/fifo.py +++ b/nmigen/lib/fifo.py @@ -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 -- 2.30.2