Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFPGA 2 SDRAM interface
I’m working with the Cyclone V SoC dev kit and I’m trying to get maximum throughput of data from the FPGA to the HPS SDRAM. I’ve been trying to get the fpga2sdram interface working, but I’ve been un...
Altera_Forum
Honored Contributor
11 years agoJust figured out my problem and I thought I'd reply to this to help out people like me out there...
It was the "portdefault" bits in the "protportdefault" SDRAM controller register. They were all set to "1" and not allowing access to the port! I thought this would have been accounted for in the mountain of u-boot code. I added this to the u-boot.scr after "run bridge_enable_handoff": mw 0xffc2508c 0;