You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am now conducting DMA testing using the following command: sudo ./litepcie_util -c 0 -e dma_test. On the FPGA, I am using ILA to capture signals on the axis interface provided by the litepcie framework. However, I noticed that the dma0_reader_axi_tlast signal is not being set. Additionally, I observed that the dma0_reader_axi_tuser goes high for one beat at the beginning of a transfer.
Is there anything I am doing wrong? I hope to receive the tlast signal, which would make my work a bit easier.
Thank you for providing this project; it has given me a quick start.
The text was updated successfully, but these errors were encountered:
Hello, I have started using litepcie as a means of communication between FPGA and the host in a recent project.
I have designed the following template according to my needs.
I have also compiled and loaded the driver correctly.
I am now conducting DMA testing using the following command:
sudo ./litepcie_util -c 0 -e dma_test
. On the FPGA, I am using ILA to capture signals on the axis interface provided by the litepcie framework. However, I noticed that thedma0_reader_axi_tlast
signal is not being set. Additionally, I observed that thedma0_reader_axi_tuser
goes high for one beat at the beginning of a transfer.Is there anything I am doing wrong? I hope to receive the tlast signal, which would make my work a bit easier.
Thank you for providing this project; it has given me a quick start.
The text was updated successfully, but these errors were encountered: