Forum Discussion
Altera_Forum
Honored Contributor
11 years agocyclone V FPGA: h2f bridge addressing
Hi, I had another related problem with a setup between C code on Linux/HPS and the FPGA on a cyclone V SoC FPGA board. While using it via the lw_h2f bridge worked, while it didn't with the h2f bri...
Altera_Forum
Honored Contributor
11 years ago0xFF50_0000 is where the control/status registers for the H2F bridge live in the memory map. So when you access those locations it's not going to be forwarded to the FPGA fabric, that's just for you to make setting changes to the bridge itself. The memory window into the FPGA is indeed located at 0xC000_0000.
Likewise 0xFF60_0000 is where the CSRs are for the F2H bridge is located. 0xFF40_0000 is where the CSRs for the lightweight H2F bridge are located.