1 / 17

Introduction

Introduction. ELG 6158 Digital Systems Architecture Miodrag Bolic. Pipelining. Basic pipeline performance and effects of hazards on performance Pipelined version of the MIPS processor Pipeline hazards Structural hazards Data hazards Control hazards

aviv
Download Presentation

Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction ELG 6158 Digital Systems Architecture Miodrag Bolic

  2. Pipelining • Basic pipeline performance and effects of hazards on performance • Pipelined version of the MIPS processor • Pipeline hazards • Structural hazards • Data hazards • Control hazards • Drawing pipeline diagrams to identify hazards and stalls add $5, $7, $1 add $6, $3, $5, sw $6, 200($0) • Show what parts of the datapath are active and what are the values of control signals and buses for various instruction

  3. Pipelined datapath

  4. Memory Hierarchy Concepts of memory hierarchies • Memory close to the processor is faster, smaller, and more expensive • Take advantage of locality • Basics of caches • How to access a cache, hit or miss • Determining the size of the byte offset, index, and tags • Determining total number of bits in the cache • Drawing diagrams of different types of caches • Improving cache performance • Increasing the size of the cache • Increasing the block size • Increasing associativity • Adding a second level cache

  5. Memory Hierarchies • Virtual Memory • Benefits of virtual memory • Address tranlation processes: virtual address -> physical address • Page tables • Translation lookaside buffers • Handling page faults

  6. Vector processors • Vector processor architecture • Basic vector processing program • Execution time with and without chaining for the given architecture

  7. Superscalar processor • Data dependencies in the program • Superscalar architecture • Understanding terminology: dispatch buffer, reorder buffer • Execution of programs on superscalar processors • Show the pipeline activity for the given program on the given processor

  8. VLIW processor • VLIW architecture • The role of the compiler • Concept of loop unrolling and software pipelining • The example of scheduling of the instructions to the functional units

  9. Dynamic Interconnection Networks • Properties • Network latency • Hardware complexity • Blocking/Nonblocking • Switches • Permutations and legitimate states • Multistage Interconnection networks • Omega network: • topology, • number of switches, stages and permutations, • routing protocol • Crossbar

  10. Network properties Node degree d Diameter D Bisection width Complete Star Tree Linear array Ring Mesh Torus Hypercube routing protocol k-ary n-cubes To prepare for dynamic and static interconnection networks use slides, assignment and text book Chapter 2 and chapter 3 only text that goes with tables 3.1 and 3.2. Static Interconnection Networks

  11. Shared Memory Systems • Cache coherence policies • Snooping protocols • Directory protocols

  12. System-on-chip architectures Nios Processor Tri-State Bridge Tri-State Bridge Compact Flash PIOs SDRAM Controller Address (32) 32-BitNiosProcessor Read Avalon Bus Write UART Data In (32) ROM(with Monitor) General Purpose Timer Periodic Timer Data Out (32) Reconfig PIO IRQ LED PIO LCD PIO 7-SegmentLED PIO Button PIO IRQ #(6)

More Related