Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please show the complete work, including intermediate steps to receive full credit for any question. Assume the following unless otherwise specified: 1. Pipeline implementation follows

image text in transcribedimage text in transcribedimage text in transcribed

Please show the complete work, including intermediate steps to receive full credit for any question. Assume the following unless otherwise specified: 1. Pipeline implementation follows 5 stage pipeline, i.e., every instructions passes through 5 stages irrespective of whether the functional unit is used in that stage. 2. Register Read includes reading all the registers (in parallel) required for an instruction. 3. Combinational Logic blocks like MUX, control logic, etc. take minimal time and can be neglected when calculating the time. 4. Single clock source > same cycle period. 5. In-order fetch, in-order execution and in-order commit. Question 2: Pipeline Implementation: Assume that the architecture has no fixes for any hazards, structural hazards, control hazards or data hazards. For the following MIPS Code, write the complete 5-stage pipeline implementation including stalls or nop wherever necessary and compute the effective cycles per instruction. Start:Loop:Exit:addi$t9,$0,1addi$t8,$0,32addiu$s1,$s0,1slt$t0,$s1,$s0bne$t0,$0,Exitlou$t1,0($s0)sub$t1,$t1,$t8sb$t1,0($s0)add$s0,$s0,$t9jLoopaddi$s0,$s1,1 Bonus Question 2: Exception Handling: For the same MIPS Code as Q2, assume that an Arithmetic Overflow Exception Occurs at the "sub" instruction. Consider the following Exception Routine: Routine: sw$k0,1008($0) Sw $k1,1012($0) Return Please show the complete work, including intermediate steps to receive full credit for any question. Assume the following unless otherwise specified: 1. Pipeline implementation follows 5 stage pipeline, i.e., every instructions passes through 5 stages irrespective of whether the functional unit is used in that stage. 2. Register Read includes reading all the registers (in parallel) required for an instruction. 3. Combinational Logic blocks like MUX, control logic, etc. take minimal time and can be neglected when calculating the time. 4. Single clock source > same cycle period. 5. In-order fetch, in-order execution and in-order commit. Question 2: Pipeline Implementation: Assume that the architecture has no fixes for any hazards, structural hazards, control hazards or data hazards. For the following MIPS Code, write the complete 5-stage pipeline implementation including stalls or nop wherever necessary and compute the effective cycles per instruction. Start:Loop:Exit:addi$t9,$0,1addi$t8,$0,32addiu$s1,$s0,1slt$t0,$s1,$s0bne$t0,$0,Exitlou$t1,0($s0)sub$t1,$t1,$t8sb$t1,0($s0)add$s0,$s0,$t9jLoopaddi$s0,$s1,1 Bonus Question 2: Exception Handling: For the same MIPS Code as Q2, assume that an Arithmetic Overflow Exception Occurs at the "sub" instruction. Consider the following Exception Routine: Routine: sw$k0,1008($0) Sw $k1,1012($0) Return

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Managerial Accounting And Analysis In Multinational Enterprises

Authors: H P Holzer

1st Edition

3110100819, 978-3110100815

More Books

Students also viewed these Accounting questions