ic220 set 13 building a real processor
play

IC220: Set #13: Building a real processor! ( Chapter 5) 1 The - PDF document

IC220: Set #13: Building a real processor! ( Chapter 5) 1 The Processor: Datapath & Control READING: 5.1 5.4 We're ready to look at an implementation of the MIPS Simplified to contain only: memory-reference


  1. IC220: Set #13: Building a real processor! ( Chapter 5) 1 The Processor: Datapath & Control • READING: 5.1 – 5.4 We're ready to look at an implementation of the MIPS • Simplified to contain only: • – memory-reference instructions: lw, sw – arithmetic-logical instructions: add, sub, and, or, slt – control flow instructions: beq, j • Generic Implementation: – use the program counter (PC) to supply instruction address – get the instruction from memory – read registers – use the instruction to decide exactly what to do • All instructions use an ALU after reading the registers – why? memory-reference? arithmetic? control flow? 2

  2. Our Timing Methodology • An edge triggered methodology • Typical execution: – read contents of some state elements, – send values through some combinational logic – write results to one or more state elements � � S ta te S ta te nt � nt � elem e C om b in ation al log ic e le m e 1 2 C lo ck cycle 3 Single Cycle Implementation First, Datapath Later, Control 4

  3. Simplified View of Datapath 5 Our Simple Implementation • Let’s start putting our pieces together to form our single-cycle implementation. • Our pieces include: – 1. Fetching the instruction – 2. Performing an operation (R-type) – 3. Loading and storing data – 4. Branching • We will discuss one piece at a time. 6

  4. Partial Datapath #1 – for fetching 7 Partial Datapath #2 – for R-type instructions 8

  5. Partial Datapath #3 – for load and store (#1) 9 Partial Datapath #3 – for load and store (#2) 10

  6. Partial Datapath #4 – for branch 11 How do we tie them together? • Strategy: 12

  7. Unified Datapath – copy #1 13 Unified Datapath – copy #2 14

  8. Unified Datapath – copy #3 15 Unified Datapath – copy #4 16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend