Altera_Forum
Honored Contributor
12 years agoFPGA to HPS Bridge access
Hello everyone,
I've been trying to send data from FPGA to HPS. I have a few soft IP cores in the FPGA and I want the HPS to read signal data from one of these cores (2 signals of 16 bit width from the top level module). My design is based on the ghrd for Cyclone 5 SoC. These are some of my doubts, 1) In the Qsys design, how do I connect signals from my top level module to the f2h_axi_slave in the hps component? 2) Also how do I write a program (in DS-5) to read information from FPGA? Will I have to map addresses over the f2h bridge base address (similar to how it is done for h2f bridges)? Thank you!