Wnopp 20001 Memory device Introduction n Memory Cell n Memory Word n Byte n Capacity n Address n Read Operation n Write Operation n Access Time n Volatile.

Slides:



Advertisements
Similar presentations
Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
Advertisements

Registers and Decoder.
Figure (a) 8 * 8 array (b) 16 * 8 array.
Memory Section 7.2. Types of Memories Definitions – Write: store new information into memory – Read: transfer stored information out of memory Random-Access.
Microprocessor System Design. Outline Address decoding Chip select Memory configurations.
Memory Basics. 8-1 Memory definitions Memory is a collection of cells capable of storing binary information. Two types of memory: –Random-Access Memory.
Introduction to Chapter 12
ECE 301 – Digital Electronics Memory (Lecture #21)
ENGIN112 L30: Random Access Memory November 14, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 30 Random Access Memory (RAM)
Memory and Programmable Logic
1 Lecture 16B Memories. 2 Memories in General Computers have mostly RAM ROM (or equivalent) needed to boot ROM is in same class as Programmable Logic.
Overview Memory definitions Random Access Memory (RAM)
CS 151 Digital Systems Design Lecture 30 Random Access Memory (RAM)
Memory Devices Wen-Hung Liao, Ph.D..
ECE 301 – Digital Electronics
1 Lecture 16B Memories. 2 Memories in General RAM - the predominant memory ROM (or equivalent) needed to boot ROM is in same class as Programmable Logic.
Chapter 6 Memory and Programmable Logic Devices
CS1104-8Memory1 CS1104: Computer Organisation Lecture 8: Memory
1 The 8051 Microcontroller and Embedded Systems CHAPTER INTERFACING TO EXTERNAL MEMORY.
MANINDER KAUR RAM and ROM Chips 24-Nov
EKT 221 Digital Electronics II
Memory Basics Chapter 8.
Khaled A. Al-Utaibi Memory Devices Khaled A. Al-Utaibi
2. Memory. Main memory – speed & types Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Memory and Programmable Logic
Random-Access Memory (RAM)
Memory and Programmable Logic Dr. Ashraf Armoush © 2010 Dr. Ashraf Armoush.
EKT 221 : Digital 2 Memory Basics
Logic and Computer Design Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
Memory Technology and Interfacing. Stored Program Model Memory Output Input CPU Stored-program computer model.
Memory and Programmable Logic Memory device: Device to which binary information is transferred for storage, and from which information is available for.
HARDWARE ARCHITECTURE
Memory and Storage Dr. Rebhi S. Baraka
Memory Semiconductor Memory Classification ETEG 431 SG Size: Bits, Bytes, Words. Timing Parameter: Read, Write Cycle… Function: ROM, RWM, Volatile, Static,
Memory Interface A Course in Microprocessor Electrical Engineering Dept. University of Indonesia.
Memory Devices May be classified as: Connections: ROM; Flash; SRAM;
Digital Logic Design Instructor: Kasım Sinan YILDIRIM
CIM101 : Introduction to computer Lecture 3 Memory.
THE MEMORY ELEMENTS. Words in high-speed memory Read-write random-access memory.
ECE DIGITAL LOGIC DESIGN CHAPTER – VI PART 2 PLA AND MEMORY DEVICES
Memory and Register. Memory terminology read/write operation volotile/non volatile determine the capacity from input and output timing requirements of.
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
ECE 3450 M. A. Jupina, VU, 2010 Memory  Introduction  Read Only Memory (ROM)  MROM  PROM  EPROM  EEPROM  Flash Memory  Random Access Memory (RAM)
Microprocessor Fundamentals Week 3 Mount Druitt College of TAFE Dept. Electrical Engineering 2008.
Memory Devices 1. Memory concepts 2. RAMs 3. ROMs 4. Memory expansion & address decoding applications 5. Magnetic and Optical Storage.
Computer operation is of how the different parts of a computer system work together to perform a task.
Random Access Memory (RAM).  A memory unit stores binary information in groups of bits called words.  The data consists of n lines (for n-bit words).
Memory Interface Every µP-based system has a memory system. All systems contain two types of memories.  Read-Only Memory (Volatile Memory)  Random Access.
Digital Circuits Introduction Memory information storage a collection of cells store binary information RAM – Random-Access Memory read operation.
Charles Kime & Thomas Kaminski © 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode) Chapter 8 – Memory Basics Logic and Computer Design.
Memory 2 ©Paul Godin Created March 2008 Memory 2.1.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Gunjeet Kaur Dronacharya Group of Institutions. Outline I Random-Access Memory Memory Decoding Error Detection and Correction Read-Only Memory Programmable.
Chapter 7 Memory and Programmable Logic
1 Chap 6. Memory and Programmable Devices Memory & Programmable Logic Device Definitions Memory –a collection of cells capable of storing binary.
Memory and Programmable Logic
Internal Memory.
Module IV Memory Organization.
Memory Units Memories store data in units from one to eight bits. The most common unit is the byte, which by definition is 8 bits. Computer memories are.
Electronics Technology
EE345: Introduction to Microcontrollers Memory
CNET 315 Microprocessors & Assembly Language
Module IV Memory Organization.
حافظه و منطق قابل برنامه ریزی
حافظه و منطق قابل برنامه ریزی
Memory Basics Chapter 8.
Memory Basics Chapter 7.
Introduction to Computers
Presentation transcript:

wnopp Memory device Introduction n Memory Cell n Memory Word n Byte n Capacity n Address n Read Operation n Write Operation n Access Time n Volatile Memory n Random-Access Memory (RAM) n Sequential-Access Memory (SAM) n Read/Write Memory (RWM) n Read-Only Memory n Static Memory Device n Dynamic Memory Device n Internal Memory n Mass Memory

wnopp General Memory Operation n Select the address. n Select R/W operation. n Supply the input to be store (W operation). n Hold the output data comings from memory (R operation). n Enable (or Disable) the memory Example Memory chip 2K x 8. How many total bits can chip store? 2K = 1 x 1024 = 2048 words 1 word = 8 bits 2K x 8 = 2048 x 8 = bits Which memory store the most bits: 5M x 8, 1M x 16 5M x 8 = 5 x 1,048,576 x 8 = 4,1943,040 bits 1M x 16 = 1,048,576 x 16 = 1,677,7216 bits

wnopp 20003

4 CPU- Memory connections Write operation 1. CPU ๐ Binary address on address bus. 2. CPU ๐ Data on data bus. 3. CPU ๐ control signal. 4. ICs decode address location. 5. Transfer data to the selected location. Read operation 1. CPU ๐ Binary address on address bus. 2. CPU ๐ control signal. 3. ICs decode address location. 4. Place data ๐ data bus ๐ Transfer data to CPU

wnopp Read-Only Memory

wnopp ROM architecture

wnopp ROM timing read operation PROMs fusible links

wnopp Structure of a bipolar MROM (Mask-Programmed )

wnopp 20009

10 Example of a programmable logic device

wnopp PROM architecture for PLDs

wnopp PAL architecture

wnopp

wnopp Cell arangement in 16Kx1 DRAM Symbolic representation of DRAM Symbol & mode table for 6264 SRAM

wnopp

wnopp

wnopp

wnopp