1 / 6
文档名称:

FIFO详解.doc

格式:doc   大小:85KB   页数:6页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

FIFO详解.doc

上传人:蓝天 2022/5/20 文件大小:85 KB

下载得到文件列表

FIFO详解.doc

文档介绍

文档介绍:FIFO详解
A thorough understanding of FIFO (including explanations with FIFO depth)
FIFO:
A FIFO queue (First Input Firs12 8 bit data, the depth of the FIFO can be small or large, personally think that the FIFO depth calculation is not a fixed formula. In FIFO actual work, the full / empty sign of the data can control the continued write or read of data. In a specific application could not count by some parameters required for accurate FIFO depth is much, it is feasible in the write speed is greater than the read speed under ideal conditions, but the depth of FIFO used in practice is often greater than the calculated value. In general, it is possible to estimate a given width and depth based on the specific circumstances of the circuit, taking into account both system performance and FIFO cost. For applications that write at a slower rate than the read speed, the depth of the FIFO is determined by the specific requirements of the read data structure and the readout data.
Full flag: a signal sent by the state circuit of the FIFO when the FIFO is full or will be full to prevent the write operation of the FIFO from continuing to write data to the FIFO (overflow).
Null flag: a signal sent by the state circuit of the FIFO when the FIFO is empty or will be empty, to prevent the read operation of the FIFO from reading data from the FIFO, resulting in the readout of invalid data (und