Basic Microprocessor - Software Architecture: The Memory
Basic Microprocessor - Software Architecture: The Memory
C. EDO
D. SDRAM
I. FPM (FAST PAGE MODE)
Slightly faster than conventional DRAM.
While standard DRAM requires that a row and
column be sent for each access, FPM works by
sending the row address just once for many
accesses to memory in locations near each other,
improving access time.
II. RDRAM (ROMBUS DRAM)
Data is transferred on both the rising and falling
edges of the clock signal, a technique known as
double data rate
Slight increase in latency, heat output,
manufacturing complexity, and cost
III. EDO (EXTENDED DATA OUTPUT)
Faster than conventional DRAM
Unlike conventional DRAM which can only
access one block of data at a time, EDO RAM
can start fetching the next block of memory at the
same time that it sends the previous block to the
CPU
IV. SDRAM (SYNCHRONOUS DRAM)
Synchronized with the system bus
Synchronous interface, meaning that it waits for a
clock signal before responding to control inputs
Enabling higher speeds
RAM ADVANTAGES