4-1 computer organization part 4. 4-2 the memory hierarchy

12
4-1 Computer Organization Part 4

Upload: junior-miller

Post on 14-Dec-2015

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-1

Computer Organization

Part 4

Page 2: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-2

The Memory Hierarchy

Page 3: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-3

Functional Behavior of a RAM Cell

Page 4: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-4

Simplified RAM Chip Pinout

Page 5: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-5

A Four-Word Memory with Four Bits per Word in a 2D Organization

Page 6: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-6

A Simplified Representation of the Four-Word by Four-Bit RAM

Page 7: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-7

Two Four-Word by Four-Bit RAMs are Used in Creating a Four-Word by

Eight-Bit RAM

Page 8: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-8

Two Four-Word by Four-Bit RAMs Make up an Eight-Word by Four-Bit RAM

Page 9: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-9

Single-In-Line Memory Module

• Adapted from(Texas Instruments, MOS Memory: Commercial and Military Specifications Data Book, Texas Instruments, Literature Response Center, P.O. Box 172228, Denver, Colorado, 1991.)

Page 10: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-10

A ROM Stores Four Four-Bit Words

Page 11: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-11

A Lookup Table (LUT) Implements an Eight-Bit ALU

Page 12: 4-1 Computer Organization Part 4. 4-2 The Memory Hierarchy

4-12

Placement of Cache in a Computer System

• The locality principle: a recently referenced memory location is likely to be referenced again (temporal locality); a neighbor of a recently referenced memory location is likely to be referenced (spatial locality).