Forum Discussion
Altera_Forum
Honored Contributor
9 years agoDid you write your own FIFO logic?
It seems that the extra read cycle from the second read causing the FIFO counter to loop (overflow) to maximum value of 1023. If you write your own logic, you might want to detect the counter == 0 and prevent the read.