Forum Discussion
DShat4
New Contributor
7 years agoDE0-Nano-SoC : Sending data from FPGA to HPS
Hi, Does anyone know how to send a 32-bit word from the FPGA to the HPS? Details: I have created an IP core that receives four bytes of data and concatenates them in a 32-bit word. The words are g...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
This can be done through the bridges (F2H, H2F, H2FLW, and F2SDRAM).
The direction of dataflow will define which bridge to use.
Thanks