Memory latency: Affects cache miss penalty. Measured by:

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

Main Memory. EECC551 - Shaaban. 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

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

Caches. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

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

Memory Hierarchy: The motivation

A Typical Memory Hierarchy

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Computer Systems Laboratory Sungkyunkwan University

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

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

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

Memory Hierarchy and Caches

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

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

Memory Hierarchy: Motivation

EE414 Embedded Systems Ch 5. Memory Part 2/2

ECE 485/585 Microprocessor System Design

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

Chapter 5A. Large and Fast: Exploiting Memory Hierarchy

CS650 Computer Architecture. Lecture 9 Memory Hierarchy - Main Memory

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

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

Lecture 11. Virtual Memory Review: Memory Hierarchy

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

Computer Architecture. Memory Hierarchy. Lynn Choi Korea University

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

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

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

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

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

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

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

Memories: Memory Technology

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

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.

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

Advanced Memory Organizations

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

Donn Morrison Department of Computer Science. TDT4255 Memory hierarchies

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

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface

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

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

14:332:331. Week 13 Basics of Cache

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

Adapted from David Patterson s slides on graduate computer architecture

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.

Memory Hierarchy Design

Memory. Lecture 22 CS301

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

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

Memory. Objectives. Introduction. 6.2 Types of Memory

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

COSC 6385 Computer Architecture - Memory Hierarchies (III)

LECTURE 10: Improving Memory Access: Direct and Spatial caches

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Modern Computer Architecture

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Lecture 18: DRAM Technologies

Computer Science 146. Computer Architecture

COSC 6385 Computer Architecture - Memory Hierarchies (II)

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

Memory Hierarchy. Mehran Rezaei

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

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

Main Memory Supporting Caches

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

V. Primary & Secondary Memory!

CENG4480 Lecture 09: Memory 1

COMPUTER ORGANIZATION AND DESIGN

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

Copyright 2012, Elsevier Inc. All rights reserved.

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

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

Memory Technologies. Technology Trends

Copyright 2012, Elsevier Inc. All rights reserved.

EN1640: Design of Computing Systems Topic 06: Memory System

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

Large and Fast: Exploiting Memory Hierarchy

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

CENG3420 Lecture 08: Memory Organization

Copyright 2012, Elsevier Inc. All rights reserved.

Locality. Cache. Direct Mapped Cache. Direct Mapped Cache

,e-pg PATHSHALA- Computer Science Computer Architecture Module 25 Memory Hierarchy Design - Basics

Chapter Seven Morgan Kaufmann Publishers

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

CSEE W4824 Computer Architecture Fall 2012

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Computer Architecture ECE 568/668

Memory Hierarchy Y. K. Malaiya

EEM 486: Computer Architecture. Lecture 9. Memory

Lecture 18: Memory Hierarchy Main Memory and Enhancing its Performance Professor Randy H. Katz Computer Science 252 Spring 1996

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. Static RAM may be used for main memory if the added expense, low density, high 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 maximum sustained data transfer rate between main memory and cache/cpu. # Lec # 9 Spring 2003 5-7-2003

Logical DRAM Organization (6 Mbit) Row/Column Address A0 A3 0 4 Row Decoder Control Signals: Row Access Strobe (RAS): Low to latch row address Column Address Strobe (CAS): Low to latch column address Write Enable (WE) Output Enable (OE) Column Decoder Sense Amps & I/O Memory Array (6,384 x 6,384) Word Line Data In Data Out Storage Cell #2 Lec # 9 Spring 2003 5-7-2003 D Q

Logical Diagram of A Typical DRAM #3 Lec # 9 Spring 2003 5-7-2003

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 64Mb DRAM t RAC = 60 ns t RC : Minimum time from the start of one row access to the start of the next (memory cycle time). t RC = 0 ns for a 64Mbit DRAM with a t RAC of 60 ns t CAC : minimum time from CAS (Column Access Strobe) line falling to valid data output. 2 ns for a 64Mbit 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 25 ns for a 64Mbit DRAM with a t RAC of 60 ns #4 Lec # 9 Spring 2003 5-7-2003

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 2 ns, but time between column accesses is at least 25 ns (t PC ). In practice, external address delays and turning around buses make it 30 to 40 ns These times do not include the time to drive the addresses off the CPU or the memory controller overhead. #5 Lec # 9 Spring 2003 5-7-2003

Simplified DRAM Speed Parameters Row Access Strobe (RAS)Time: (similar to t RAC ) Minimum time from RAS (Row Access Strobe) line falling to the first valid data output. A major component of memory latency. Only improves 5% every year. Column Access Strobe (CAS) Time/data transfer time: (similar to t CAC ) The minimum time required to read additional data by changing column address while keeping the same row address. Along with memory bus width, determines peak memory bandwidth. #6 Lec # 9 Spring 2003 5-7-2003

DRAM Generations Year Size RAS (ns) CAS (ns) Cycle Time Memory Type 980 64 Kb 50-80 75 250 ns Page Mode 983 256 Kb 20-50 50 220 ns Page Mode 986 Mb 00-20 25 90 ns 989 4 Mb 80-00 20 65 ns Fast Page Mode 992 6 Mb 60-80 5 20 ns EDO 996 64 Mb 50-70 2 0 ns PC66 SDRAM 998 28 Mb 50-70 0 00 ns PC00 SDRAM 2000 256 Mb 45-65 7 90 ns PC33 SDRAM 2002 52 Mb 40-60 5 80 ns PC2700 DDR SDRAM 8000: 5: 3: (Capacity) (~bandwidth) (Latency) #7 Lec # 9 Spring 2003 5-7-2003

Page Mode DRAM #8 Lec # 9 Spring 2003 5-7-2003

Page Mode DRAM Write Timing #9 Lec # 9 Spring 2003 5-7-2003

Page Mode DRAM Read Timing #0 Lec # 9 Spring 2003 5-7-2003

Simplified Asynchronous Page Mode DRAM Read Timing Source: http://arstechnica.com/paedia/r/ram_guide/ram_guide.part2-.html # Lec # 9 Spring 2003 5-7-2003

Fast Page Mode DRAM #2 Lec # 9 Spring 2003 5-7-2003

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 #3 Lec # 9 Spring 2003 5-7-2003

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 Minimum 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 #4 Lec # 9 Spring 2003 5-7-2003

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 #5 Lec # 9 Spring 2003 5-7-2003

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 #6 Lec # 9 Spring 2003 5-7-2003

Memory Interleaving Number of banks Number of cycles to access word in a bank #7 Lec # 9 Spring 2003 5-7-2003

Synchronous Dynamic RAM (SDRAM) Organization SDRAM speed is rated at max. clock speed supported: 66MHZ = PC66 00MHZ = PC00 33MHZ = PC33 DDR SDRAM organization is similar but four banks are used in each DDR SDRAM chip instead of two. Data transfer on both rising and falling edges of the clock. DDR SDRAM rated by maximum memory bandwidth PC600 = 8 bytes x 00 Mhz x 2 = 600 Mbytes/sec #8 Lec # 9 Spring 2003 5-7-2003

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

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 Spring 2003 5-7-2003

Current Synchronous DRAM Interface Characteristics Summary SDRAM # of Banks per DRAM Chip 2 4 4? 32 #2 Lec # 9 Spring 2003 5-7-2003

Miss Rate Vs. Cache Block Size Increasing the cache block size tends to decrease the miss rate due to increased use of spatial locality: 25% Miss Rate 20% 5% 0% 5% 0% K 4K 6K 64K 256K 6 32 64 28 256 Block Size (bytes) #22 Lec # 9 Spring 2003 5-7-2003

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.02 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 #23 Lec # 9 Spring 2003 5-7-2003

Computer System Components CPU Core GHz - 3.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 33MHZ DDR 64-28 bits wide 4-way interleaved ~2. GBYTES/SEC (64bit) RAMbus DRAM (RDRAM) 400MHZ DDR 6 bits wide (32 banks) ~.6 GBYTES/SEC CPU Caches Memory Controller Memory L L2 L3 Memory Bus North Bridge All Non-blocking caches L 6-28K -2 way set associative (on chip), separate or unified L2 256K- 2M 4-32 way set associative (on chip) unified L3 2-6M 8-32 way set associative (off chip) unified System Bus Chipset South Bridge Controllers Examples: Alpha, AMD K7: EV6, 200-333MHZ Intel PII, PIII: GTL+ 33 MHZ Intel P4 533 MHZ adapters Disks Displays Keyboards NICs I/O Devices: I/O Buses Example: PCI, 33-66MHZ 32-64 bits wide 33-528 MBYTES/SEC Networks #24 Lec # 9 Spring 2003 5-7-2003

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 bus Latency: 7 cycles L,L2 on-chip Main Memory: PC200 33MHZ DDR SDRAM 64bit Peak bandwidth: 200 MB/s Latency Range: 9ns - 64ns AMD Athlon T-Bird Vs. Intel PIII 64K Intel PIII GHZ L: 6K INST, 6K DATA (3 cycle latency), both 2-way L2: 256K 8-way 256 bit, Latency: 7 cycles L,L2 on-chip (32 byte blocks) 320K PC33 33MHZ SDRAM 64bit Peak bandwidth: 000 MB/s Latency Range: 25ns - 80ns L Hit L Miss L2 Hit L Miss L2 Miss PC800 Rambus DRDRAM 400 MHZ DDR 6-bit Peak bandwidth: 600 MB/s ( channel) Latency Range: 35ns - 80ns Source: http://www.anandtech.com/showdoc.html?i=344&p=9 Intel 840 uses two PC800 channels #25 Lec # 9 Spring 2003 5-7-2003

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 #26 Lec # 9 Spring 2003 5-7-2003

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 bus Latency: 7 cycles L,L2 on-chip Intel P 4,.5 GHZ L: 8K DATA (2 cycle latency) 4-way 64 byte blocks 96KB Execution Trace Cache L2: 256K 8-way 256 bit bus, 28 byte blocks Latency: 7 cycles L,L2 on-chip Intel PIII GHZ L: 6K INST, 6K DATA (3 cycle latency) both 2-way 32 byte blocks L2: 256K 8-way 256 bit bus, Latency: 7 cycles L,L2 on-chip Source: http://www.anandtech.com/showdoc.html?i=360&p=5 #27 Lec # 9 Spring 2003 5-7-2003

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 #28 Lec # 9 Spring 2003 5-7-2003

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 #29 Lec # 9 Spring 2003 5-7-2003

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). #30 Lec # 9 Spring 2003 5-7-2003

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 #3 Lec # 9 Spring 2003 5-7-2003

Paging Versus Segmentation #32 Lec # 9 Spring 2003 5-7-2003

Virtual Physical Address Translation Contiguous virtual address space of a program Physical location of blocks A, B, C (allocated in memory by operating system) Page Fault: D in Disk (not allocated in main memory) #33 Lec # 9 Spring 2003 5-7-2003

Mapping Virtual Addresses to Physical Addresses Using A Page Table #34 Lec # 9 Spring 2003 5-7-2003

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 Pages allocated in main memory by operating system P hysica l m em ory 0 0 0 D is k stora ge Pages not allocated yet in main memory by operating system: Page Faults #35 Lec # 9 Spring 2003 5-7-2003

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 #36 Lec # 9 Spring 2003 5-7-2003

Typical Parameter Range For Cache & Virtual Memory #37 Lec # 9 Spring 2003 5-7-2003

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. #38 Lec # 9 Spring 2003 5-7-2003

Speeding Up Address Translation: Translation Lookaside Buffer (TLB) TLB: A small on-chip 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 Valid 0 Tag Physical Page Address TLB (on-chip) 32-256 TLB Entries Physical Memory Valid Physical Page or Disk Address Page Table (in main memory) 0 0 0 Disk Storage #39 Lec # 9 Spring 2003 5-7-2003

Operation of The Alpha 2264 Data TLB (DTLB) During Address Translation Virtual address DTLB = 28 entries Address Space Number (ASN) Identifies process similar to PID (no need to flush TLB on context switch) Protection Permissions Valid bit #40 Lec # 9 Spring 2003 5-7-2003

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 Normal 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 #4 Lec # 9 Spring 2003 5-7-2003

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 resulting 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 #42 Lec # 9 Spring 2003 5-7-2003

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 #43 Lec # 9 Spring 2003 5-7-2003