Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

different between sdram and ddr sdram?

Altera_Forum
Honored Contributor II
1,286 Views

:eek:  

Hi everyone, 

I'm a newbee in FPGA, so maybe my question is funny. But i want to know are there sth different between ddr sdram and sdram. I have a DSP dev kit 2s60, i see in the manual there are only sdrams, can i use ddr sdram core on it?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
589 Views

Hello Ding-10100 

 

SDRAM and DDR SDRAM differ in that the Double Data Rate (DDR) SDRAM take in and put out data on both the rising and falling edge of the clock signal. (Thus the name Double data rate). This gives the benefit of moving twice as much data between the (in this case) FPGA and the Memory device. Once inside the FPGA, the data has to be captured (on both the rising and falling edges), then re-captured back onto (typically) the rising edge of an internal clock (usually also doubling the width of the data internal to the FPGA) so that the data can be worked on, or sent to toher modules in the FPGA, etc. 

 

Therefore, you can NOT use a DDR SDRAM controller core with SDRAM (SDR SDRAM - Single Data Rate - SDRAM) and visa-a-versa. 

 

I hopet his helps, welcome to the family. 

 

Avatar - 1/0
0 Kudos
Altera_Forum
Honored Contributor II
589 Views

Thank Avatar very much.

0 Kudos
Reply