2018-03-19 11:43 PM
FSS[4:0] contains the unread samples stored in the FIFO. So when the EMPTY is 1, the FSS[4:0] is 0. But when the OVRN_FIFO is 1, the FSS[4:0] should be 32 but it can't. So when
FSS[4:0] is 31 we should check the OVRN_FIFO flag to judge the real unread sample number. Is that correct?
Solved! Go to Solution.
2018-03-20 01:39 AM
Hi Kefei,
Correct. Reference the below table:
Unread FIFO samples = 32
Best Regards,
Winfred
2018-03-20 01:39 AM
Hi Kefei,
Correct. Reference the below table:
Unread FIFO samples = 32
Best Regards,
Winfred
2018-03-20 02:48 AM
Thank you very much.