Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21328 Discussions

read data from SRAM

Altera_Forum
Honored Contributor II
2,379 Views

hi, 

Is that a person who know how to read data from a Flash memory or SRAM to execute an algorithm as Nios II? 

regards
0 Kudos
12 Replies
Altera_Forum
Honored Contributor II
816 Views

Please do not multipost, and explain more what you would like to do.

0 Kudos
Altera_Forum
Honored Contributor II
816 Views

I would like to know how to read data(image) from a Flash memory or SRAM .this data are use to execute an algorithm as Nios II 

regards
0 Kudos
Altera_Forum
Honored Contributor II
816 Views

I'm still not sure what you are looking for, but you can just use C tables.

0 Kudos
Altera_Forum
Honored Contributor II
816 Views

I have a algortihm in C++,i excute the code with "command Shell " inder visual 2008.I would like to implemnt it in Softwere in FPGA .I use NiosII ,I do build .I want to do excute .The problem how use the commad shell to excute the algorithm.Ithink to use SRAM or flash memory but Idon't how do it?

0 Kudos
Altera_Forum
Honored Contributor II
816 Views

I suggest to read some documentation, in the nios ii literature (http://www.altera.com/literature/lit-nio2.jsp) section. 

The section 1 (http://www.altera.com/literature/hb/nios2/n2sw_nii5v2_01.pdf) of the software development handbook (http://www.altera.com/literature/hb/nios2/n2sw_nii5v2.pdf) should be of interest, along with the section 2 (http://www.altera.com/literature/hb/nios2/edh_ed5v1_02.pdf) of the embedded design handbook (http://www.altera.com/literature/hb/nios2/edh_ed_handbook.pdf).
0 Kudos
Altera_Forum
Honored Contributor II
816 Views

I see the document it'is very fast .I don't find the solution for my problem

0 Kudos
Altera_Forum
Honored Contributor II
816 Views

Start with a few simple tutorials about software development under Nios II to familiarize yourself with the tools first. Then you should see how to port your algorithm to it. 

 

Without further details about your system it is difficult to give you more help.
0 Kudos
Altera_Forum
Honored Contributor II
816 Views

can you please send me a simple tutorials about software development under Nios II or a link 

thank you
0 Kudos
Altera_Forum
Honored Contributor II
816 Views
0 Kudos
Altera_Forum
Honored Contributor II
816 Views

You can use the instruction 

IORD(SRAM_BASE,0);
0 Kudos
Altera_Forum
Honored Contributor II
816 Views

hi 

I try to do the tutorial but don't have a repatoire "MyFIRSTNIOSII5OFTWARETUtORIAL" when you have (.vhdl.sof...)
0 Kudos
Altera_Forum
Honored Contributor II
816 Views

You should have a reference design with your development kit, called "Nios II Standard" or similar. You can use it with the tutorial.

0 Kudos
Reply