From: whitequark Date: Fri, 20 Sep 2019 19:50:43 +0000 (+0000) Subject: lib.fifo: fix doc typo. NFC. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8f6ee1d94d903e24975f9df76b887650a4e672b;p=nmigen.git lib.fifo: fix doc typo. NFC. --- 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="""