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 agoVHDL is a HDL (Hardware Description Language): it is intended to describe digital circuits which Quartus will eventually synthesize into fpga. Nios is part of these circuits, together with all sopc builder stuff and external logic. 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.