From b8f6ee1d94d903e24975f9df76b887650a4e672b Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 20 Sep 2019 19:50:43 +0000 Subject: [PATCH] lib.fifo: fix doc typo. NFC. --- 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 34c3346..70567a2 100644 --- a/nmigen/lib/fifo.py +++ b/nmigen/lib/fifo.py @@ -400,7 +400,7 @@ class AsyncFIFOBuffered(Elaboratable, FIFOInterface): This queue's interface is identical to :class:`AsyncFIFO`, but it has an additional register on the output, improving timing in case of block RAM that has large clock-to-output delay. - In exchange, the latency betw_enen an entry being written to an empty queue and that entry + In exchange, the latency between an entry being written to an empty queue and that entry becoming available on the output is increased to one cycle. """.strip(), parameters=""" -- 2.30.2