SGlow
Occasional Contributor
3 years agoTrouble enabling HPC to FPGA bridge on Cyclone V SoC
I'm working on a bare metal application on a Cyclone V SoC (5CSEBA6U23I7NDK).
Things are going reasonably well, I have the u-boot SPL booting from eMMC on power-up and it's loading my application....
- 3 years ago
OK, after many hours of head scratching I think I found my problem.
To use the HPS->FPGA slave you need to set bit 3 of the remap register located at address 0xFF800000. To use the lightweight bridge you need to set bit 4 of this register.
Seems to be working now!
S