Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNow that you have had a play with the components, go back and read the FIFO megacore users guide.
There are two FIFO read-modes; legacy mode and show-ahead mode. In legacy mode, rdreq acts as a read-request, with data changing in the clock after its asserted. In show-ahead mode, the signal is a read-acknowledge. Try both modes so that you can understand the slight difference in timing of the data at the FIFO output. Cheers, Dave