DNguy4
Occasional Contributor
7 years agoAvalon-ST on Intel PCIe IP
Hi,
I am using the Avalon-ST interface in my FPGA for streaming application. Most of the time, I will be sending data from host to FPGA. Memory write appears to be the right command for this task. However, I can only write 32 or 64 bits per tlp depending on the data width of my BAR. This is very inefficient since 50% of the tlp is the header.
Is there a better way to do it?
Intel/PCIe recommend not to use IO read/write for new design.
Thanks in advance