PChi0
New Contributor
6 years agoHow to directly access linux's RAM with FPGA on de10-nano
Hello, I am using the de10-nano dev board and I have modify the DE10_NANO_SoC_FB demonstrations, which is used for LXDE desktop
I want to know how to access the ram address on linux system with FPGA.
I've declare a huge array with c and send the address to FPGA through PIO, but i cannot read or write the address,
the default qsys connect f2g_sdram0_data to f2sdram_only_master
if i export the f2g_sdram0_data pin the OS won't start.
How could I access ram address like &arr directly on FPGA
furthermore, when I want to access the sdram through f2h, I add additional sdram interface, but the wait ready signal has never been set