Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

NIOS II

I am new to using the DE2 board. I don't know about writing the NIOS II assembly language or using NIOS II IDE either.

I am using DE2 board for my university project. I need to use the SDRAM to store some images. Can I use this without knowing the NIOS II IDE? In other words can I use read the data on the SDRAM through VHDL entity (as we do in any other simple RAM) or do I have to run a program on the NIOS II in order to access the data?

Any help is appreciated...

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    While it is possible to access the SDRAM directly from VHDL (the SDRAM component does handle refreshing the memory by itself), it is certainly easier to use C from the Nios IDE.

    Let me explain it, you already know that Nios IDE exists, but you do not know anything about accessing SDRAM from VHDL, which seems closer to a solution.

    There are precompiled processors for the DE2 board, and the Nios IDE offers simple software demos, read some getting started manuals first.

    IzI
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks a lot guys, I will browse the wiki site .... It seems using NIOS II IDE is the better option.

    Thanks a lot!!