FIFO
FIFO memory (First In First Out) is a semiconductor IC that stores information on a First in First out basis where the first entry in the memory is processed first and gets removed first. It is similar to the Queue system where head of the queue is served first. Data exit the queue in the same order as they enter. FIFOs are commonly used in electronic circuits for buffering and flow control between hardware and software.
查看全部