lib.fifo: fix doc typo. NFC.
This commit is contained in:
parent
f9b9c17a16
commit
a1bc2bbeb0
|
@ -400,7 +400,7 @@ class AsyncFIFOBuffered(Elaboratable, FIFOInterface):
|
||||||
This queue's interface is identical to :class:`AsyncFIFO`, but it has an additional register
|
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.
|
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.
|
becoming available on the output is increased to one cycle.
|
||||||
""".strip(),
|
""".strip(),
|
||||||
parameters="""
|
parameters="""
|
||||||
|
|
Loading…
Reference in a new issue