Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAltera DE2 SDRAM Contoller
Hi; I have confusion about sdram controller. I use Altera DE 2 board with Cyclone II and I want to use the external memory, sdram (8MB) to store image. As I know, we can use SOPC builder with N...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Anyway, after the fpga configuration, Nios is actually a 'real' microprocessor, so you are supposed to program it with a sequential language: C, assembler or whatever the dev tools provide. You can't program Nios with VHDL. Although both VHDL and C can virtually be used to perform the same operation, they apply to two different worlds and behave very differently. --- Quote End --- Hi Cris72, Okay, so now I need to program the nios (sdram controller) with c language. Then, my main program (some mathematical operation to the pixels) is write in vhdl. How can I connect the nios (sdram controller) with the main program (vhdl)? I can't figure it out..I'm new with nios,please advise me.