HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Hardware

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 05-15-2007, 05:24 PM
Aaron Gray
 
Posts: n/a
Default Definition of Registered and Buffered SDRAM

Hi,

I am trying to find out if buffered and registered are the same thing on
PC133 SDRAM.

Wikipedia does not seem to mention anything about "registered" or "buffered"
SDRAM.

Many thanks in advance,

Aaron


Reply With Quote
Sponsored Links
  #2  
Old 05-15-2007, 06:03 PM
Pen
 
Posts: n/a
Default Re: Definition of Registered and Buffered SDRAM

Aaron Gray wrote:
> Hi,
>
> I am trying to find out if buffered and registered are the same thing on
> PC133 SDRAM.
>
> Wikipedia does not seem to mention anything about "registered" or "buffered"
> SDRAM.
>
> Many thanks in advance,
>
> Aaron
>
>

Yes. See Registered Memory.
http://en.wikipedia.org/wiki/Registered_memory
Reply With Quote
  #3  
Old 05-15-2007, 06:32 PM
Paul
 
Posts: n/a
Default Re: Definition of Registered and Buffered SDRAM

Aaron Gray wrote:
> Hi,
>
> I am trying to find out if buffered and registered are the same thing on
> PC133 SDRAM.
>
> Wikipedia does not seem to mention anything about "registered" or "buffered"
> SDRAM.
>
> Many thanks in advance,
>
> Aaron
>
>


In this example, the terms are used redundantly, as if they had equal value.
But with modern synchronous memory technologies (SDRAM/DDR/DDR2), registered
is a more precise technical term.

http://www.pricegrabber.com/search_a...kwfeed_1/skd=1

With modern memory technologies, the extra interface chip is a register chip,
and the address bus is loaded into the register, before the value is driven
to the memory chips. So the function is definitely "registered". The register
adds a delay of one clock cycle, but the benefit is, that the register chip
drives the load of the memory chips, rather than the poor Northibridge.

http://en.wikipedia.org/wiki/Registered_memory

In the old days, of FPM and EDO DRAM, buffering consisted of an "amplifier".


|\
------| \------ DRAM chip Address buffer on the DIMM, separates
| / the DRAM chip load, from the memory bus
|/


|\
------| \--/\ /\ ---- DRAM chip This one is buffered and "dampered".
| / \/ \/ A 25 ohm series resistor is added.
|/

Modern memory (SDRAM, DDR, DDR2 etc) are clocked memories. They have a
clock signal, which coordinates their operation. The FPM and EDO memories
mentioned above, used RAS and CAS (strobe signals) for their operation,
and were a lot slower. FPM and EDO would allow the above buffering
approach to be used, without screwing up the timing that much. The
buffer had a delay of about 5 nanoseconds. Higher speed memories could
not stand such a technique, due to tighter timing budgets.

A registered DIMM has something like this in the address/control bus path.

+-------+ The square box stores the address
-------|D Q|----- DRAM chip value for one clock cycle. The
| | timing is traceable to the clock
CLK ---|> | signal, and the output side of the
+-------+ register is a separate timing path.

So the older technologies used an actual buffer chip, and the modern
DIMMs now have registers on them.

This is a datasheet for a registered PC133. Page 6 shows a schematic of
the DIMM. Multiple registers live inside a single chip. There are several
register chips in this design. There is also one clock regeneration
chip (PLL), that does clock fanout. The diagram shows they make 10
copies of the clock signal, via the clock chip. The copies are used
for all the synchronous logic on the DIMM (memory chips and registers).

http://download.micron.com/pdf/datas...64_128x72g.pdf

On the Micron site, these are referred to as RDIMMs, and the R stands
for Register. The alternate type are called UDIMMs, where the U
stands for Unbuffered. If you want to find datasheets for the various
types, you may have to select the right type first, to get to the
correct subsection.

HTH,
Paul
Reply With Quote
  #4  
Old 05-15-2007, 07:09 PM
Aaron Gray
 
Posts: n/a
Default Re: Definition of Registered and Buffered SDRAM

"Pen" <pen34usnospam@hotmailnospam.com> wrote in message
news:UP-dnTejMt1yetTbnZ2dnUVZ_j-dnZ2d@comcast.com...
> Aaron Gray wrote:
>> Hi,
>>
>> I am trying to find out if buffered and registered are the same thing on
>> PC133 SDRAM.
>>
>> Wikipedia does not seem to mention anything about "registered" or
>> "buffered" SDRAM.
>>
>> Many thanks in advance,
>>
>> Aaron
>>
>>

> Yes. See Registered Memory.
> http://en.wikipedia.org/wiki/Registered_memory


Thanks,

Aaron


Reply With Quote
  #5  
Old 05-16-2007, 06:01 PM
Aaron Gray
 
Posts: n/a
Default Re: Definition of Registered and Buffered SDRAM

"Paul" <nospam@needed.com> wrote in message news:f2cqpj$rg2$1@aioe.org...
> Aaron Gray wrote:
>> Hi,
>>
>> I am trying to find out if buffered and registered are the same thing on
>> PC133 SDRAM.
>>
>> Wikipedia does not seem to mention anything about "registered" or
>> "buffered" SDRAM.
>>
>> Many thanks in advance,
>>
>> Aaron
>>
>>

>
> In this example, the terms are used redundantly, as if they had equal
> value.
> But with modern synchronous memory technologies (SDRAM/DDR/DDR2),
> registered
> is a more precise technical term.
>
> http://www.pricegrabber.com/search_a...kwfeed_1/skd=1
>
> With modern memory technologies, the extra interface chip is a register
> chip,
> and the address bus is loaded into the register, before the value is
> driven
> to the memory chips. So the function is definitely "registered". The
> register
> adds a delay of one clock cycle, but the benefit is, that the register
> chip
> drives the load of the memory chips, rather than the poor Northibridge.
>
> http://en.wikipedia.org/wiki/Registered_memory
>
> In the old days, of FPM and EDO DRAM, buffering consisted of an
> "amplifier".
>
>
> |\
> ------| \------ DRAM chip Address buffer on the DIMM,
> separates
> | / the DRAM chip load, from the memory
> bus
> |/
>
>
> |\
> ------| \--/\ /\ ---- DRAM chip This one is buffered and "dampered".
> | / \/ \/ A 25 ohm series resistor is added.
> |/
>
> Modern memory (SDRAM, DDR, DDR2 etc) are clocked memories. They have a
> clock signal, which coordinates their operation. The FPM and EDO memories
> mentioned above, used RAS and CAS (strobe signals) for their operation,
> and were a lot slower. FPM and EDO would allow the above buffering
> approach to be used, without screwing up the timing that much. The
> buffer had a delay of about 5 nanoseconds. Higher speed memories could
> not stand such a technique, due to tighter timing budgets.
>
> A registered DIMM has something like this in the address/control bus path.
>
> +-------+ The square box stores the address
> -------|D Q|----- DRAM chip value for one clock cycle. The
> | | timing is traceable to the clock
> CLK ---|> | signal, and the output side of the
> +-------+ register is a separate timing path.
>
> So the older technologies used an actual buffer chip, and the modern
> DIMMs now have registers on them.
>
> This is a datasheet for a registered PC133. Page 6 shows a schematic of
> the DIMM. Multiple registers live inside a single chip. There are several
> register chips in this design. There is also one clock regeneration
> chip (PLL), that does clock fanout. The diagram shows they make 10
> copies of the clock signal, via the clock chip. The copies are used
> for all the synchronous logic on the DIMM (memory chips and registers).
>
> http://download.micron.com/pdf/datas...64_128x72g.pdf
>
> On the Micron site, these are referred to as RDIMMs, and the R stands
> for Register. The alternate type are called UDIMMs, where the U
> stands for Unbuffered. If you want to find datasheets for the various
> types, you may have to select the right type first, to get to the
> correct subsection.


Thanks for the info, Paul, always good to know.

I remember RAS and CAS from the old days of DRAM, 4116's and 4164's I think
if my memory serves me correctly ?

We have some old Fujitsu-Siemens Primery 470 servers that use buffered ECC
PC133 SDRAM's and am trying to buy some cheapish memory for them.

Many thanks,

Aaron


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
3ccd or High Definition G DVD Authoring 2 05-08-2007 06:14 PM
'Sigma Tel High Definition Audio SeniorNovice Windows Vista 6 05-01-2007 01:49 AM
Definition of Account Types ChuckW Windows XP 2 04-05-2007 12:55 AM
Library Not Registered Jason Windows XP Installation 0 04-02-2007 04:35 PM
Library Not Registered Jason Windows XP 1 04-01-2007 12:59 AM


All times are GMT. The time now is 08:51 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger