Forum Discussion

AAjit2's avatar
AAjit2
Icon for New Contributor rankNew Contributor
6 years ago
Solved

FIFO Block Implementation error

I tried writing my own version of FIFO block but I can't seem to understand how the read data stages shift out of the FIFO pushing down the stages above it all the while continuously writing into the...
  • GuaBin_N_Intel's avatar
    6 years ago

    To my best understanding in FIFO, it should have two separate control logic blocks to perform read and write on a RAM. It uses a pointer to determine which address to do the read or write operation. Hence, NOT really need shift the data from one location to another.