08-17-2016 03:23 PM
I am using the AXI stream FIFO to stream data into the Rx side and eventually will be read back from the processor through AXI bus as well. There are some configuration with the AXI stream FIFO need to be configure. How can I read back the FIFO content?
Do I read base_address + 0x1C and FIFO data will be read out at base_address + 0x20?
Is the FIFO data will be update to the base_address + 0x20 on every read till it is empty?
08-17-2016 03:51 PM
08-17-2016 11:14 PM
Can you upload the project file for solving?
08-18-2016 08:48 AM
Thanks for the reply.
Is that true every read at 0x20, the count in 0x1C will decrease by one.
08-20-2016 12:53 PM
08-25-2016 09:33 AM
Thanks for the help
08-26-2016 04:58 PM