Forum Discussion
Altera_Forum
Honored Contributor
9 years agoRead/Write data to SDRAM on DE0 nano using NIOS ii
I'm trying to access(read/write) the SDRAM on DE0 nano board using NIOS ii system. What I have done so far is, 1. I build a NIOS processor with an onchip memory. 2. Build an SDRAM controller...
Altera_Forum
Honored Contributor
9 years agoHello Dumindu,
- Make a generic quartus application with the DE0_system builder tool that came with your board (other boards have this so yours i assume as well) - Open the project .qpf in quartus. - Launch qsys from quartus and add clock, cpu, pll, memory and connect components properly. (do not forget the phase shift on the pll). - Compile and generate the entire qsys config. - Instantiate config in vhdl/verilog - Compile and download it. - Launch Eclipse from quartus - Generate nios ii application and BSP from template - Download and compile it. Best Regads, Johi.