I came across this Corsair page wherein the following is written:
Cheers, CK
Now is there something wrong here or is am I missing something. ie. the use of synchronous and asynchronous seems to be reversed. Can someone explain. (P.S. I am aware of how registered RAM works, so no explaination is needed there....I am just very unclear on this "language of system designers").RAM guy said:Why are they called Registers and not Buffers?
In the language of system designers, buffers are known as "asynchronous". Whatever signals are on the input pins appear directly on the output pins (after a few nanoseconds). Correspondingly, registers are known as "synchronous" components. When new signal values appear on the input pins, they don't show up on the output pins until (a few nanoseconds after) the next tick of the system clock.
Cheers, CK