Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI have same issue at here, my setup is: avalon read master talk with a onchip memory2_0. The simulation shows below:
parameter DATAWIDTH = 16, parameter BYTEENABLEWIDTH = 2, parameter FIFODEPTH = 32. It looks the signal fifo_used in a unknown state somehow and cause too_many_pending_reads as well (assign too_many_pending_reads = ((fifo_used + reads_pending) >= (FIFODEPTH - 4))). Thanks,