Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

SDRAM:FLASH=?

Altera_Forum
Honored Contributor II
1,235 Views

http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif  

I am going to make a ep1c6q240 board.I want to get more adivce from you all. 

 

This board is a test board,at last,I want to rum uclinux.If there is something wrong or not proper ,please give me some advice http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif .Thank you a lot. 

 

 

FPGA:ep1c6q240c8 

flash:4M=2M*16bit ........I don&#39;t know whether it is enough. 

sdram:16M=4M*32bit ........I know sdram should bigger than flash,but SDRAM&#65306;FLASH&#65309;&#65311; is better? 

sram:256k=64k*32bit 

and something else like USB,NET,KEY,LED,LCD,UART,........... 

 

 

 

Thank you a lot with all my regards!!!!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
251 Views

 

--- Quote Start ---  

originally posted by tommycp@Aug 19 2006, 02:09 AM 

http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/sad.gif  

i am going to make a ep1c6q240 board.i want to get more adivce from you all. 

 

this board is a test board,at last,i want to rum uclinux.if there is something wrong or not proper ,please give me some advice http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/smile.gif .thank you a lot. 

 

 

fpga:ep1c6q240c8 

flash:4m=2m*16bit        ........i don&#39;t know whether it is enough. 

sdram:16m=4m*32bit    ........i know sdram should bigger than flash,but sdram&#65306;flash&#65309;&#65311;  is better? 

sram:256k=64k*32bit 

and something else like usb,net,key,led,lcd,uart,........... 

 

 

 

thank you a lot with all my regards!!!! 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17712) 

--- quote end ---  

 

--- Quote End ---  

 

 

 

What&#39;s the end product? There isn&#39;t really any one right answer for memory choices.  

 

Flash: Non-volatile storage of software and optionally hardware. What&#39;s the ratio?... depends on how many software+hardware images you want to store. 

 

SDRAM: I&#39;d recommend DDR due to the industry shift. How much? Depends on your code needs. If you will have multiple software images then SDRAM may be smaller than Flash. 

 

SRAM: I&#39;d recommend SSRAM if you need fixed (and low) latency performance. If you are targetting low power then I would look at the data sheets since SRAM devices use much more power per memory cell than SDRAM. Plus SRAM devices cost more per memory cell as well. 

 

If you are not sure still what you need, I recommend building up a system in SOPC Builder with some RAM that you intend to use and building some software to get a feel for what you really need. Also most importantly when you go to layout the board route extra signals in case you need to go to a higher memory density using the same package (extra address lines).
0 Kudos
Altera_Forum
Honored Contributor II
251 Views

BadOmen 

Thank you very much.I think I get what I want
0 Kudos
Reply