Altera_Forum
Honored Contributor
15 years agoAltera FIFO Megafunction
Hi,
i've got a question! How do you work with the altera FIFO megafunction? I don't know how to handle the FIFO, because the status signals are updated one or two clock cycles after reading/writing... E.g.: How can I fast read data from the fifo (every clock cycle one read operation)? For example my own logic isn't able to determine some clock cycles in the futer if it is able to process new data from the FIFO. In my case I need fast read and write operations, but I only can assign one clock cycle in the futer if I continue or stop reading/writing... Do you know what I mean? How do you handle the Altera FIFO? Thanks for every hint!