Computer Organization- Multi Cycle

  • Uploaded by: v2brother
  • 0
  • 0
  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Computer Organization- Multi Cycle as PDF for free.

More details

  • Words: 146
  • Pages: 6
The high-level overview of the multicycle datapath

Instruction + data

The multicycle datapath for the MIPS architecture

The multicycle datapath with control lines

The complete datapath and control lines for the multicycle implementation of the MIP architecture

Five stages of instruction execution Cycle 1. Instruction fetch and PC increment Cycle 2. Reading sources from the register file Cycle 3. Performing an ALU computation Cycle 4. Reading or writing (data) memory Cycle 5. Storing data back to the register file

The Five Cycles of MIPS (Instruction Fetch) IR:= Memory[PC] PC:= PC+4 (Instruction decode and Register fetch) A:= Reg[IR[25:21]], B:=Reg[IR[20:16]] ALUout := PC + sign-extend(IR[15:0]<<2) (Execute|Memory address|Branch completion) Memory reference: ALUout:= A+ IR[15:0] R-type (ALU): ALUout:= A op B Branch: if A==B then PC := ALUout Jump: PC:= {PC[31-28] ,IR[25-0]<<2} (Memory access | R-type completion) LW: MDR:= Memory[ALUout] SW: Memory[ALUout]:= B R-type: Reg[IR[15:11]]:= ALUout (Writeback) LW: Reg[[20:16]]:= MDR

Related Documents


More Documents from ""