Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIt might help to do this short exercise:
write but do not read fifo until word count = 512 (MSB = '1') then start and continue reading.
clked process...
if fifo_words(9) = '1' then
fifo_ready <= '1';
end if;
wr <= '1';
rd<= '1' when fifo_ready = '1' else '0';