Main Memory. EECC551 - Shaaban. Memory latency: Affects cache miss penalty. Measured by:

Similar documents
Memory latency: Affects cache miss penalty. Measured by:

Memory latency: Affects cache miss penalty. Measured by:

Computer System Components

Mainstream Computer System Components CPU Core 2 GHz GHz 4-way Superscaler (RISC or RISC-core (x86): Dynamic scheduling, Hardware speculation

Mainstream Computer System Components

Mainstream Computer System Components

The Memory Hierarchy & Cache

A Typical Memory Hierarchy

Caches. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

The Memory Hierarchy & Cache The impact of real memory on CPU Performance. Main memory basic properties: Memory Types: DRAM vs.

Computer Systems Laboratory Sungkyunkwan University

Memory Hierarchy: The motivation

ELEC 5200/6200 Computer Architecture and Design Spring 2017 Lecture 7: Memory Organization Part II

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

EE414 Embedded Systems Ch 5. Memory Part 2/2

Chapter 5A. Large and Fast: Exploiting Memory Hierarchy

Memory systems. Memory technology. Memory technology Memory hierarchy Virtual memory

ECE 485/585 Microprocessor System Design

Memory Hierarchy: Motivation

A Typical Memory Hierarchy

Chapter 5B. Large and Fast: Exploiting Memory Hierarchy

Chapter 2: Memory Hierarchy Design (Part 3) Introduction Caches Main Memory (Section 2.2) Virtual Memory (Section 2.4, Appendix B.4, B.

CSE 431 Computer Architecture Fall Chapter 5A: Exploiting the Memory Hierarchy, Part 1

Memory Technology. Caches 1. Static RAM (SRAM) Dynamic RAM (DRAM) Magnetic disk. Ideal memory. 0.5ns 2.5ns, $2000 $5000 per GB

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Computer Architecture. Memory Hierarchy. Lynn Choi Korea University

Memories: Memory Technology

Lecture 20: Memory Hierarchy Main Memory and Enhancing its Performance. Grinch-Like Stuff

ECE7995 (4) Basics of Memory Hierarchy. [Adapted from Mary Jane Irwin s slides (PSU)]

Textbook: Burdea and Coiffet, Virtual Reality Technology, 2 nd Edition, Wiley, Textbook web site:

Computer Systems Architecture I. CSE 560M Lecture 18 Guest Lecturer: Shakir James

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Computer Organization and Structure. Bing-Yu Chen National Taiwan University

Memory Technology. Chapter 5. Principle of Locality. Chapter 5 Large and Fast: Exploiting Memory Hierarchy 1

Multilevel Memories. Joel Emer Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology

The Memory Hierarchy & Cache Review of Memory Hierarchy & Cache Basics (from 350):

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface

Memory Hierarchy and Caches

CS650 Computer Architecture. Lecture 9 Memory Hierarchy - Main Memory

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. 5 th. Edition. Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Basics DRAM ORGANIZATION. Storage element (capacitor) Data In/Out Buffers. Word Line. Bit Line. Switching element HIGH-SPEED MEMORY SYSTEMS

Reducing Hit Times. Critical Influence on cycle-time or CPI. small is always faster and can be put on chip

CENG 3420 Computer Organization and Design. Lecture 08: Memory - I. Bei Yu

Advanced Memory Organizations

Lecture 11. Virtual Memory Review: Memory Hierarchy

Donn Morrison Department of Computer Science. TDT4255 Memory hierarchies

Chapter Seven. Memories: Review. Exploiting Memory Hierarchy CACHE MEMORY AND VIRTUAL MEMORY

V. Primary & Secondary Memory!

Adapted from instructor s supplementary material from Computer. Patterson & Hennessy, 2008, MK]

Adapted from David Patterson s slides on graduate computer architecture

CPU issues address (and data for write) Memory returns data (or acknowledgment for write)

The levels of a memory hierarchy. Main. Memory. 500 By 1MB 4GB 500GB 0.25 ns 1ns 20ns 5ms

Computer Architecture A Quantitative Approach, Fifth Edition. Chapter 2. Memory Hierarchy Design. Copyright 2012, Elsevier Inc. All rights reserved.

The Memory Hierarchy. Cache, Main Memory, and Virtual Memory (Part 2)

Memory Hierarchy Technology. The Big Picture: Where are We Now? The Five Classic Components of a Computer

Memory. Lecture 22 CS301

ELE 758 * DIGITAL SYSTEMS ENGINEERING * MIDTERM TEST * Circle the memory type based on electrically re-chargeable elements

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Chapter 5 Memory Hierarchy Design. In-Cheol Park Dept. of EE, KAIST

COSC 6385 Computer Architecture - Memory Hierarchies (III)

Lecture 18: DRAM Technologies

Memory. Objectives. Introduction. 6.2 Types of Memory

COMPUTER ORGANIZATION AND DESIGN

CENG 3420 Computer Organization and Design. Lecture 08: Cache Review. Bei Yu

Modern Computer Architecture

14:332:331. Week 13 Basics of Cache

Memory Hierarchy Computing Systems & Performance MSc Informatics Eng. Memory Hierarchy (most slides are borrowed)

CSF Improving Cache Performance. [Adapted from Computer Organization and Design, Patterson & Hennessy, 2005]

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

CS 152 Computer Architecture and Engineering. Lecture 7 - Memory Hierarchy-II

Computer Science 146. Computer Architecture

LECTURE 10: Improving Memory Access: Direct and Spatial caches

Memory Hierarchy Computing Systems & Performance MSc Informatics Eng. Memory Hierarchy (most slides are borrowed)

Memory Hierarchy. Mehran Rezaei

Memory Hierarchy Design

Main Memory Supporting Caches

Memory. Principle of Locality. It is impossible to have memory that is both. We create an illusion for the programmer. Employ memory hierarchy

Copyright 2012, Elsevier Inc. All rights reserved.

CS 33. Architecture and Optimization (3) CS33 Intro to Computer Systems XVI 1 Copyright 2018 Thomas W. Doeppner. All rights reserved.

Computer Architecture. A Quantitative Approach, Fifth Edition. Chapter 2. Memory Hierarchy Design. Copyright 2012, Elsevier Inc. All rights reserved.

Memory Technologies. Technology Trends

COSC 6385 Computer Architecture - Memory Hierarchies (II)

Computer Architecture Computer Science & Engineering. Chapter 5. Memory Hierachy BK TP.HCM

EN1640: Design of Computing Systems Topic 06: Memory System

Copyright 2012, Elsevier Inc. All rights reserved.

Topic 21: Memory Technology

Topic 21: Memory Technology

Large and Fast: Exploiting Memory Hierarchy

registers data 1 registers MEMORY ADDRESS on-chip cache off-chip cache main memory: real address space part of virtual addr. sp.

Chapter Seven Morgan Kaufmann Publishers

Views of Memory. Real machines have limited amounts of memory. Programmer doesn t want to be bothered. 640KB? A few GB? (This laptop = 2GB)

EEM 486: Computer Architecture. Lecture 9. Memory

and data combined) is equal to 7% of the number of instructions. Miss Rate with Second- Level Cache, Direct- Mapped Speed

CSEE W4824 Computer Architecture Fall 2012

Memory Hierarchy Y. K. Malaiya

Page 1. Memory Hierarchies (Part 2)

CENG4480 Lecture 09: Memory 1

Copyright 2012, Elsevier Inc. All rights reserved.

The University of Adelaide, School of Computer Science 13 September 2018

Transcription:

Main Memory Main memory generally utilizes Dynamic RAM (DRAM), which use a single transistor to store a bit, but require a periodic data refresh by reading every row (~every 8 msec). Static RAM may be used if the added expense, low density, power consumption, and complexity is feasible (e.g. Cray Vector Supercomputers) Main memory performance is affected by: Memory latency: Affects cache miss penalty. Measured by: Access time: The time it takes between a memory access request is issued to main memory and the time the requested information is available to cache/cpu. Cycle time: The minimum time between requests to memory (greater than access time in DRAM to allow address lines to be stable) Memory bandwidth: The sustained data transfer rate between main memory and cache/cpu. # Lec # 9 Fall200 0-25-200

Logical DRAM Organization (4 Mbit) Column Decoder Sense Amps & I/O D A0 A 0 Memory Array (2,048 x 2,048) Q Word Line Storage Cell Square root of bits per RAS/CAS #2 Lec # 9 Fall200 0-25-200

Logical Diagram of A Typical DRAM #3 Lec # 9 Fall200 0-25-200

Four Key DRAM Timing Parameters t RAC : Minimum time from RAS (Row Access Strobe) line falling to the valid data output. Usually quoted as the nominal speed of a DRAM chip For a typical 4Mb DRAM t RAC = 60 ns t RC : Minimum time from the start of one row access to the start of the next. t RC = 0 ns for a 4Mbit DRAM with a t RAC of 60 ns t CAC : minimum time from CAS (Column Access Strobe) line falling to valid data output. 5 ns for a 4Mbit DRAM with a t RAC of 60 ns t PC : minimum time from the start of one column access to the start of the next. About 35 ns for a 4Mbit DRAM with a t RAC of 60 ns #4 Lec # 9 Fall200 0-25-200

DRAM Performance A 60 ns (t RAC ) DRAM chip can: Perform a row access only every 0 ns (t RC ) Perform column access (t CAC ) in 5 ns, but time between column accesses is at least 35 ns (t PC ). In practice, external address delays and turning around buses make it 40 to 50 ns These times do not include the time to drive the addresses off the CPU or the memory controller overhead. #5 Lec # 9 Fall200 0-25-200

DRAM Write Timing #6 Lec # 9 Fall200 0-25-200

DRAM Read Timing #7 Lec # 9 Fall200 0-25-200

Simplified Asynchronous DRAM Read Timing Source: http://arstechnica.com/paedia/r/ram_guide/ram_guide.part2-.html #8 Lec # 9 Fall200 0-25-200

Page Mode DRAM: Motivation #9 Lec # 9 Fall200 0-25-200

Page Mode DRAM: Operation #0 Lec # 9 Fall200 0-25-200

Simplified Asynchronous Fast Page Mode (FPM) DRAM Read Timing FPM DRAM speed rated using trac ~ 50-70ns Typical timing at 66 MHZ : 5-3-3-3 For bus width = 64 bits = 8 bytes cache block size = 32 bytes It takes = 5+3+3+3 = 4 memory cycles or 5 ns x 4 = 20 ns to read 32 byte block Read Miss penalty for CPU running at GHZ = 5 x 4 = 20 CPU cycles # Lec # 9 Fall200 0-25-200

Simplified Asynchronous Extended Data Out (EDO) DRAM Read Timing Extended Data Out DRAM operates in a similar fashion to Fast Page Mode DRAM except the data from one read is on the output pins at the same time the column address for the next read is being latched in. EDO DRAM speed rated using trac ~ 40-60ns Typical timing at 66 MHZ : 5-2-2-2 For bus width = 64 bits = 8 bytes Max. Bandwidth = 8 x 66 / 2 = 264 Mbytes/sec It takes = 5+2+2+2 = memory cycles or 5 ns x = 65 ns to read 32 byte cache block Read Miss penalty for CPU running at GHZ = x 5 = 65 CPU cycles Source: http://arstechnica.com/paedia/r/ram_guide/ram_guide.part2-.html #2 Lec # 9 Fall200 0-25-200

Synchronous DRAM Interface Characteristics Summary #3 Lec # 9 Fall200 0-25-200

Synchronous Dynamic RAM, SDRAM Organization #4 Lec # 9 Fall200 0-25-200

Simplified SDRAM Read Timing Typical timing at 33 MHZ (PC33 SDRAM) : 4--- For bus width = 64 bits = 8 bytes Max. Bandwidth = 33 x 8 = 064 Mbytes/sec It takes = 4+++ = 8 memory cycles or 7.5 ns x 8 = 60 ns to read 32 byte cache block Read Miss penalty for CPU running at GHZ = 7.5 x 8 = 60 CPU cycles #5 Lec # 9 Fall200 0-25-200

DRAM Near Future: Gbit Chips Mitsubishi Samsung Blocks 52 x 2 Mbit 024 x Mbit Clock 200 MHz 250 MHz Data Pins 64 6 Die Size 24 x 24 mm 3 x 2 mm Sizes will be much smaller in production Metal Layers 3 4 Technology 0.5 micron 0.6 micron #6 Lec # 9 Fall200 0-25-200

Memory Bandwidth Improvement Techniques Wider Main Memory: Memory width is increased to a number of words (usually the size of a cache block). Memory bandwidth is proportional to memory width. e.g Doubling the width of cache and memory doubles memory bandwidth Simple Interleaved Memory: Memory is organized as a number of banks each one word wide. Simultaneous multiple word memory reads or writes are accomplished by sending memory addresses to several memory banks at once. Interleaving factor: Refers to the mapping of memory addressees to memory banks. e.g. using 4 banks, bank 0 has all words whose address is: (word address mod) 4 = 0 #7 Lec # 9 Fall200 0-25-200

Wider memory, bus and cache Narrow bus and cache with interleaved memory Three examples of bus width, memory width, and memory interleaving to achieve higher memory bandwidth Simplest design: Everything is the width of one word #8 Lec # 9 Fall200 0-25-200

Memory Interleaving #9 Lec # 9 Fall200 0-25-200

Four way interleaved memory Three memory banks address interleaving : Sequentially interleaved addresses on the left, address requires a division Right: Alternate interleaving requires only modulo to a power of 2 #20 Lec # 9 Fall200 0-25-200

Memory Width, Interleaving: An Example Given the following system parameters with single cache level L : Block size= word Memory bus width= word Miss rate =3% Miss penalty=32 cycles (4 cycles to send address 24 cycles access time/word, 4 cycles to send a word) Memory access/instruction =.2 Ideal CPI (ignoring cache misses) = 2 Miss rate (block size=2 word)=2% Miss rate (block size=4 words) =% The CPI of the base machine with -word blocks = 2+(.2 x 0.03 x 32) = 3.5 Increasing the block size to two words gives the following CPI: 32-bit bus and memory, no interleaving = 2 + (.2 x 002 x 2 x 32) = 3.54 32-bit bus and memory, interleaved = 2 + (.2 x.02 x (4 + 24 + 8) = 2.86 64-bit bus and memory, no interleaving = 2 + (.2 x 0.02 x x 32) = 2.77 Increasing the block size to four words; resulting CPI: 32-bit bus and memory, no interleaving = 2 + (.2 x 0.0 x 4 x 32) = 3.54 32-bit bus and memory, interleaved = 2 + (.2 x 0.0 x (4 +24 + 6) = 2.53 64-bit bus and memory, no interleaving = 2 + (.2 x 0.0 x 2 x 32) = 2.77 #2 Lec # 9 Fall200 0-25-200

Computer System Components CPU Core 500 MHZ - 2.0 GHZ 4-way Superscaler RISC or RISC-core (x86): Deep Instruction Pipelines Dynamic scheduling Multiple FP, integer FUs Dynamic branch prediction Hardware speculation SDRAM PC00/PC33 00-33MHZ 64-28 bits wide 2-way inteleaved ~ 900 MBYTES/SEC )64bit) Double Date Rate (DDR) SDRAM PC200 266MHZ 64-28 bits wide 4-way interleaved ~2. GBYTES/SEC (64bit) RAMbus DRAM (RDRAM) 400-800MHZ 6 bits wide ~.6 GBYTES/SEC CPU Caches Memory Controller Memory L L2 L3 Memory Bus All Non-blocking caches L 6-64K -2 way set associative (on chip), separate or unified L2 28K- M 4-6 way set associative (on chip) unified L3-6M 8-6 way set associative (off chip) unified System Bus Controllers Examples: Alpha, AMD K7: EV6, 200-266MHZ Intel PII, PIII: GTL+ 00MHZ Intel P4 400MHZ adapters Disks Displays Keyboards NICs I/O Devices: I/O Buses Example: PCI, 33MHZ 32 bits wide 33 MBYTES/SEC Networks #22 Lec # 9 Fall200 0-25-200

X86 CPU Cache/Memory Performance Example AMD Athlon T-Bird GHZ L: 64K INST, 64K DATA (3 cycle latency), both 2-way L2: 256K 6-way 64 bit Latency: 7 cycles L,L2 on-chip Memory: PC200 33MHZ DDR SDRAM 64bit Peak bandwidth: 200 MB/s AMD Athlon T-Bird Vs. Intel PIII 64K Intel PIII GHZ L: 6K INST, 6K DATA (3 cycle latency), both 4-way L2: 256K 8-way 256 bit, Latency: 7 cycles L,L2 on-chip 320K PC33 33MHZ SDRAM 64bit Peak bandwidth: 000 MB/s L Hit L Miss L2 Hit L Miss L2 Miss PC800 Rambus DRDRAM 400 MHZ DDR 6-bit Peak bandwidth: 600 MB/s Source: http://www.anandtech.com/showdoc.html?i=344&p=9 Intel 840 uses two PC800 channels #23 Lec # 9 Fall200 0-25-200

X86 CPU Cache/Memory Performance Example: AMD Athlon T-Bird Vs. Intel PIII This Linpack data size range causes L2 misses and relies on main memory AMD PC200 Intel PC33 AMD PC33 Intel PC800 (2 channels) Intel PC800 ( channel) Source: http://www.anandtech.com/showdoc.html?i=344&p=9 #24 Lec # 9 Fall200 0-25-200

X86 CPU Cache/Memory Performance Example: AMD Athlon T-Bird Vs. Intel PIII, Vs. P4 AMD Athlon T-Bird GHZ L: 64K INST, 64K DATA (3 cycle latency), both 2-way L2: 256K 6-way 64 bit Latency: 7 cycles L,L2 on-chip Intel P 4,.5 GHZ L: 8K INST, 8K DATA (2 cycle latency) both 4-way 96KB Execution Trace Cache L2: 256K 8-way 256 bit, Latency: 7 cycles L,L2 on-chip Intel PIII GHZ L: 6K INST, 6K DATA (3 cycle latency) both 4-way L2: 256K 8-way 256 bit, Latency: 7 cycles L,L2 on-chip Source: http://www.anandtech.com/showdoc.html?i=360&p=5 #25 Lec # 9 Fall200 0-25-200

X86 CPU Cache/Memory Performance Example: AMD Athlon T-Bird 750MHZ-GHZ L: 64K INST, 64K DATA, both 2-way L2: 256K 6-way 64 bit Latency: 7 cycles L,L2 on-chip Memory: PC200 33MHZ DDR SDRAM 64bit Peak bandwidth: 200 MB/s AMD Athlon T-Bird Vs. Duron PC600 00MHZ DDR SDRAM 64bit Peak bandwidth: 600 MB/s AMD Athlon Duron 750MHZ-GHZ L: 64K INST, 64K DATA both 2-way L2: 64K 6-way 64 bit Latency: 7 cycles L,L2 on-chip L Hit L Miss L2 Miss Source: http://www.anandtech.com/showdoc.html?i=345&p=0 #26 Lec # 9 Fall200 0-25-200

A Typical Memory Hierarchy Processor Faster Larger Capacity Datapath Control Registers On-Chip Level One Cache L Second Level Cache (SRAM) L 2 Main Memory (DRAM) Virtual Memory, Secondary Storage (Disk) Tertiary Storage (Tape) Speed (ns): s 0s 00s Size (bytes): 00s Ks Ms 0,000,000s (0s ms) Gs 0,000,000,000s (0s sec) Ts #27 Lec # 9 Fall200 0-25-200

Virtual Memory Virtual memory controls two levels of the memory hierarchy: Main memory (DRAM). Mass storage (usually magnetic disks). Main memory is divided into blocks allocated to different running processes in the system: Fixed size blocks: Pages (size 4k to 64k bytes). Variable size blocks: Segments (largest size 26 up to 232). At any given time, for any running process, a portion of its data/code is loaded in main memory while the rest is available only in mass storage. A program code/data block needed for process execution and not present in main memory result in a page fault (address fault) and the block has to be loaded into main main memory from disk. A program can be run in any location in main memory or disk by using a relocation mechanism controlled by the operating system which maps the address from virtual address space (logical program address) to physical address space (main memory, disk). #28 Lec # 9 Fall200 0-25-200

Virtual Memory Benefits Illusion of having more physical main memory Allows program relocation Protection from illegal memory access Virtual address 3 3 0 2 9 2 8 2 7 5 4 3 2 0 9 8 3 2 0 Virtual page number Page offset Translation 2 9 2 8 2 7 5 4 3 2 0 9 8 3 2 0 Physical page number Page offset Physical address #29 Lec # 9 Fall200 0-25-200

Paging Versus Segmentation #30 Lec # 9 Fall200 0-25-200

Virtual Physical Address Translation Contiguous virtual address space of a program Physical location of blocks A, B, C #3 Lec # 9 Fall200 0-25-200

Mapping Virtual Addresses to Physical Addresses Using A Page Table #32 Lec # 9 Fall200 0-25-200

Virtual Address Translation V irtua l pa ge numbe r Va lid P a ge ta ble Phy sica l p a ge or disk ad dre s s P hysica l m em ory 0 0 0 D is k stora ge #33 Lec # 9 Fall200 0-25-200

Page Table Organization Page table register Virtual address 3 30 2 9 28 27 5 4 3 2 0 9 8 3 2 0 Virtual page number Page offset Two memory accesses needed: First to page table. Second to item. Page table V a lid 2 0 2 Physical page number If 0 then page is not present in memory 8 2 9 2 8 2 7 5 4 3 2 0 9 8 3 2 0 Physical page number Page offset Physical address #34 Lec # 9 Fall200 0-25-200

Typical Parameter Range For Cache & Virtual Memory #35 Lec # 9 Fall200 0-25-200

Virtual Memory Issues/Strategies Main memory block placement: Fully associative placement is used to lower the miss rate. Block replacement: The least recently used (LRU) block is replaced when a new block is brought into main memory from disk. Write strategy: Write back is used and only those pages changed in main memory are written to disk (dirty bit scheme is used). To locate blocks in main memory a page table is utilized. The page table is indexed by the virtual page number and contains the physical address of the block. In paging: Offset is concatenated to this physical page address. In segmentation: Offset is added to the physical segment address. To limit the size of the page table to the number of physical pages in main memory a hashing scheme is used. Utilizing address locality, a translation look-aside buffer (TLB) is usually used to cache recent address translations and prevent a second memory access to read the page table. #36 Lec # 9 Fall200 0-25-200

Speeding Up Address Translation: Translation Lookaside Buffer (TLB) TLB: A small on-chip fully-associative cache used for address translations. If a virtual address is found in TLB (a TLB hit), the page table in main memory is not accessed. Virtual Page Number 28-256 TLB Entries Valid 0 Valid Tag Physical Page or Disk Address Physical Page Address TLB (on-chip) 28-256 Entries Physical Memory Page Table (in main memory) 0 0 0 Disk Storage #37 Lec # 9 Fall200 0-25-200

Operation of The Alpha AXP 2064 Data TLB During Address Translation Virtual address TLB = 32 blocks Data cache = 256 blocks TLB access is usually pipelined Valid Read Permission Write Permission #38 Lec # 9 Fall200 0-25-200

TLB Operation TLB & Cache Operation Virtual address TLB access Cache is physically-addressed TLB miss use page table No TLB hit? Yes Physical address No W rite? Yes Cache operation Try to read data from cache No W rite access bit on? Yes Cache miss stall No Cache hit? Yes Write protection exception W rite data into cache, update the tag, and put the data and the addre ss into the write buffer Deliver data to the CPU #39 Lec # 9 Fall200 0-25-200

CPU Performance with Real TLBs When a real TLB is used with a TLB miss rate and a TLB miss penalty is used: CPI = CPI execution + mem stalls per instruction + TLB stalls per instruction Where: Mem Stalls per instruction = Mem accesses per instruction x mem stalls per access Similarly: TLB Stalls per instruction = Mem accesses per instruction x TLB stalls per access TLB stalls per access = TLB miss rate x TLB miss penalty Example: Given: CPI execution =.3 Mem accesses per instruction =.4 Mem stalls per access =.5 TLB miss rate =.3% TLB miss penalty = 30 cycles What is the reluting CPU CPI? Mem Stalls per instruction =.4 x.5 =.7 cycles/instruction TLB stalls per instruction =.4 x (TLB miss rate x TLB miss penalty) =.4 x.003 x 30 =.26 cycles/instruction CPI =. 3 +.7 +.26 = 2.26 #40 Lec # 9 Fall200 0-25-200

Event Combinations of Cache, TLB, Virtual Memory Cache TLB Virtual Possible? When? Memory Miss Hit Hit Possible, no need to check page table Hit Miss Hit TLB miss, found in page table Miss Miss Hit TLB miss, cache miss Miss Miss Miss Page fault Miss Hit Miss Impossible, cannot be in TLB if not in memory Hit Hit Miss Impossible, cannot be in TLB or cache if not in memory Hit Miss Miss Impossible, cannot be in cache if not in memory #4 Lec # 9 Fall200 0-25-200