Forum Discussion
TNGUY312
New Contributor
6 years agoHPS Programming to FPGA
I have Altera Cyclone V Soc and currently using Quartus (Quartus Prime 17.1) Lite Edition. I want to create connection between HPS and FPGA. I want to generate FPGA signal output from HPS Linux.
AnilErinch_A_Intel
Frequent Contributor
6 years agoIf you meant to take the FPGA signal to the HPS IO. You can use the AXI bus to read the data.
AXI bus has to be memory mapped to Avalon. The master of the memory map has to be connected to HPS.
Take Avalon memory mapped IP , connect the Master to the HPS . Connect slave to the custom RTL of avalon memory map in the FPGA.
In C code you can capture the same data on the HPS side since it is memory mapped to the FPGA.
Thanks and Regards
Anil