4

I am going to try to interface a low-speed 8-bit DDR2 chip with an FPGA, and I've got some questions crucial to make it work:

Is that correct that there is on-die termination on both DDR2 memory and controllers (an Altera Cyclone 3 FPGA in my case), so no additional termination resistors are required?

Nick T
  • 12,360
  • 2
  • 44
  • 71
BarsMonster
  • 3,267
  • 4
  • 45
  • 79
  • A DDR2 Chip - As in a Dram IC, or a DDR *Card*, as in the kind of memory module you see in a desktop computer (which are not, and will never really be "chips", even if some uneducated people like to call them so)? – Connor Wolf Mar 02 '11 at 07:25
  • 1
    Single DDR2 IC. Interfacing to whole DIMM is pretty hardcore for beginners :-) – BarsMonster Mar 02 '11 at 09:02

1 Answers1

3

Yes, all DDR2 chips have it on-board. It is a required part of the standard.

Brian Carlton
  • 13,252
  • 5
  • 43
  • 64