Forum Discussion

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

Memory chips different

Hi, can any one teach me what is the different between SDRAM, SRAM and Flash memory?

2 Replies

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

    SD Ram is very large memory that is row and column based. It is great for burst access as it takes a while to set up into a new row, but can burst very quickly along the row. SD Ram tends to be cheap and use little power.

    SRAM is great for random access, but tends to be slower and much smaller than SD Ram. it also uses alot more power and more expensive.

    Flash is great for reading, but very slow at writing. Its usually used for storing boot up configurations that will be loaded repeatedly, but not changed very often.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    thx Tricky but seem like i present wrongly. those memory is on de1 board. izit the same thing that u saying? btw do u hv any pdf file for it? thx