DRAM: Architectures, Interfaces, and Systems

There are two technologies for manufacturing RAM: static and dynamic, they each have their field of application

The SRAM or Static RAM is the oldest. The bits y are memorized by electronic flip-flops whose production requires six transistors per bit to be memorized. The information remains stored until the component is switched on. The motherboards use an SRAM constructed in CMOS technology and equipped with a battery to keep the configuration data (setup) of the BIOS in a non-volatile manner. The circuit of this CMOS RAM is associated with the clock circuit which also needs the battery to operate continuously even when the computer is turned off. The SRAM is very fast and is for this reason the type of memory used for cache memories.

The DRAM for dynamic RAM is much simpler than the SRAM. This makes it possible to make components with a higher density and a lower cost.

Each bit of a DRAM is stored by an electrical charge stored in a small capacitor. This device offers the advantage of being very little bulky but has the disadvantage of not being able to keep the information for a long time. The capacitor discharges after a few milliseconds (ms). Also in order not to lose the bit of information it contains, a device is required which reads the memory and rewrites it to recharge the capacitors. These RAMs are called dynamic RAMs because this refresh operation must be repeated regularly.

Table of contents

  • Basics
  • DRAM organization
  • Storage element
  • Switching element
  • DRAM Evolution: Structural Path
  • Advanced Basics
  • Bus transmission
  • Memory controller
  • Memory array
  • Memory and CPU
  • Data transfer
  • Physical organization
  • DRAM Evolution: Interface Path
  • Read Timing for Conventional DRAM
  • Read Timing for Fast Page Mode
  • Future Interface Trends & Research Areas
  • Performance Modeling:
  • Architectures, Systems, Embedded
  • Clocking Issues
  • SDRAM Topology Example
  • Access Protocol
  • SDRAM Chip
  • Technology Roadmap
  • DRAM Configurations
  • DDR2 Study Results
Size : 1,082.86 Kb
File type : pdf
Downloads: 558
Created: 2016-12-31

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Memory Tutorials

Guide RAM and ROM Based Digital Design

Cache Memory course

Introduction to ARM Memory and Assembly Language

Programming Persistent Memory

ROM, EPROM, and EEPROM pdf tutorial

Others related eBooks about DRAM: Architectures, Interfaces, and Systems

Cache Memory course

Download free training document in pdf ,brief overview of memory cache on 18 pages by Linda Wong....

Guide RAM and ROM Based Digital Design

This tutorial is a brief overview of RAM and ROM memory, download free training document in pdf intended to beginners....

Computer Design Systems and Logical Organization

This tutorial gives a complete understanding on Computer Design Systems and Logical Organization ,basic computer overview and advanced architecture....

Introduction to Computing Explorations in Language, Logic, and Machines

This book introduces the most important ideas in computing using the Scheme and Python programming languages, free download ebook in creative commons license....

Introduction to ARM Memory and Assembly Language

Download free pdf tutorial about ARM Memory and Assembly Language,training document for beginners....

Introduction to architecture

This tutorial explains the different computer components and the role of a building architect ....

Intelligent Human Computer Interaction

Download free course Intelligent Human Computer Interaction, pdf file on 227 pages by Patrick Horain, Catherine Achard, Malik Mallem....

ROM, EPROM, and EEPROM pdf tutorial

Download free pdf tutorial about ROM, EPROM, and EEPROM, training course intended to beginners....

Computer and Information Sciences

Download free course Computer and Information Sciences, pdf file on 280 pages by Tadeusz Czachórski, Erol Gelenbe, Krzysztof Grochla, Ricardo Lent....

CPU Architecture Tutorial

A complet tutorial about 80x86 CPU family and the major improvements occuring along the line, free download pdf training document....