Forum Discussion
Request of AXI bridge example for CycloneVsoc HPS to FPGA communication
- 2 years ago
Hi Alex
The dword read is the maximum size that is available by the library to read through the bridge.
Is reading using the dword improve the situation on your end?
The difference between a normal and burst command is the in the burst command there are addtional signals such as ARBURST, ARSIZE ,RLAST.
In the burst command it will have state the number of burst read from the receiver to send the data.
https://docs.xilinx.com/r/en-US/ug1399-vitis-hls/AXI-Burst-Transfers
Regards
Jingyang, Teh
Hi Alex
The dword read is the maximum size that is available by the library to read through the bridge.
Is reading using the dword improve the situation on your end?
The difference between a normal and burst command is the in the burst command there are addtional signals such as ARBURST, ARSIZE ,RLAST.
In the burst command it will have state the number of burst read from the receiver to send the data.
https://docs.xilinx.com/r/en-US/ug1399-vitis-hls/AXI-Burst-Transfers
Regards
Jingyang, Teh
- CAlex2 years ago
Contributor
Hi, Jingyang, Teh
If I set H2F AXI bridge to 64 bit, then it will double the speed, although it still dont meat the request.
Now Im trying to increase the clk frequency of the Platform Designer.
And I'll check your example as well.
Thank you for yr help
Reguard
Alex