CAlex
Contributor
2 years agoHow to set massive data read/write between HPS and FPGA ?
Hi
Im using cycloneVsoc (BareMetal) and trying to transfer a massive amount of data from HPS to FPGA.
The thing is : if I use alt_write_xxxx() to transfer the data, there will be a big gap(around 2~3us) between two "write" orders.
I heard of burst write in avalon mm bridge but I didnt find any HWLIB support for that function.
The FPGA through SDRAM seems to be slower than the direct transfer.
So I want to know is there a way to read/write a massive data in a short period?
And How to do it.
Thank you
Reguards
Alex