Altera_Forum
Honored Contributor
10 years agoDifferences between accesing to HPS SDRAM from FPGA vía F2H and F2H_SDRAM
Hi,all.
I´d seen the SoCkit Linaro Linux Desktop´s Quartus Project ---->> http://rocketboards.org/foswiki/view/projects/sockitlinarolinuxdesktop This example outputs linux video to the FPGA fabric. In the fabric there is a framereader who reads the linux framebuffer and clocks video out. I observed in the .QSYS that the VIP_framereader reads HPS SDRAM through the f2h bridge instead of doing this through the f2h_sdram interface.In fact there is no f2h_sdram interface enabled in the hps component propierties. http://oi66.tinypic.com/15odkqg.jpg I was working with the f2h_sdram interface enabling the h2f_sdram handoff etc... but never with the f2h bridge. This other qsys system from Macnica uses my usual approach to access sdram (f2h_sdram bridge) http://es.tinypic.com/view.php?pic=123kqz6&s=9#.vtmdduyxtpg What are the differences between this two approaches?? Thanks.