|
COURSE A14: FIFO (FIRST IN FIRST OUT) BUFFER
USES
To improve data throughput it finds use in:-
1. Pre-fetdh que in microprocessors, A to D converters, UART (serial ports), FIR,IIR filters
PREREQUISITES
Course-A1. Introduction to VHDL and VLSI design (I)
CONTENTS
1. Understanding how a FIFO buffer works.
2. Generating a register file of specified depth.
3. Generating Que read and write signals
4. Generating and decoding the Top Of Que address.
5. Reading and writing to the Que ie filling & depleting it
6. Generating Que status data (level,full/empty)
|