Chargement…
Chargement…
The FIFO controller manages a circular buffer of depth G_FIFO_DEPTH. A write advances the pointer when the FIFO is not full, and a read advances the pointer when it is not empty. Outputs expose empty/full status, read and write pointers, and the occupancy level.
Reset is synchronous and active-high.
Generics:
G_FIFO_PTR_WIDTH : integer - Pointer widthG_FIFO_DEPTH : integer - FIFO depthPorts:
i_clki_rsti_fifo_weo_fifo_fullo_fifo_ptr_wri_fifo_reo_fifo_emptyo_fifo_ptr_rdo_fifo_level