robertofem / CycloneVSoC-examples

Examples using the Cyclone V SoC chip
GNU General Public License v3.0
106 stars 39 forks source link

FPGA to HPS data transfer #15

Open Zenkai-core opened 2 months ago

Zenkai-core commented 2 months ago

Hi Roberto,

I'm a FPGA novice and currently doing a research project on DE1 SoC. I've already created a custom FFT core using the FPGA fabric and I want to send the FFT results to the HPS side (ARM processor) for post processing. I saw all your examples but cannot understand much since I'm not familiar or strong in such concepts. The first doubt I have is can I use the h2f bridge to send data to HPS from FPGA and what bus interface I can usein the Qsys component for my application (axi or avalon mm). And which one of the examples in this git repo ypu would recommend for my problem. I do not want anything to complex since I'm running out of time and it would be nice if you could explain some stuffs that I've posted.

Thanks in advance!!