Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the following MIPS assembly like code: If P 8 , 8 L: , LW R 2 , R 3 , R 7 Add R

Given the following MIPS assembly like code:
If P8,8
L: , LW R2,R3,R7
Add R1, R2, R3
Sub R7, R1, R3
LW R4,10(R7)
SW R4,20(R-1)
Subi R8, R8,4
BNEQZ R8, L
Also, given the following latencies for each stage:
IF: 80n, ID: 30n, EX: 50n, MFM: 85ns, and WB: 35ns
What is the totalnumber of cycles needed when running this code on a MIPS Pipelined CPU with the using of full data forwarding and the branch resolved in the 10 Stage and initiolized to be Iaken. Ignore inifial pipeline fill cycles.
A.30
B.18
C.16
D.17
E.32
image text in transcribed

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

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions