Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following instruction sequence executing on the 5-stage MIPS pipeline of form IF, ID, EX, MEM, WB. LW $1, 8($10) LW $2, 12($11) SUB

Consider the following instruction sequence executing on the 5-stage MIPS pipeline of form IF, ID, EX, MEM, WB.

LW $1, 8($10)

LW $2, 12($11)

SUB $3, $2, $4

ADD $5, $14, $13

AND $12, $1, $5

SW $12, 100($6)

(a) Assume that the pipeline does not use any forwarding. Complete the following pipeline execution diagram for the above instruction sequence, showing the flow of instructions through the pipeline during each clock cycle. Indicate any necessary stalls on the pipeline diagram. How many cycles does it take to complete execution of the instruction sequence?

Instruction/cycle 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
LW $1, 8($10) IF ID EX MEM WB
LW $2, 12($11)
SUB $3, $2, $4
ADD $5, $14, $13
AND $12, $1, $5
SW $12, 100($6)

(b) Now Assume that all possible forwarding paths have been added to the pipeline. Redraw the pipeline execution diagram below. In the diagram show forwarding by arrows. How many cycles does it take to finish the instruction sequence?

Instruction/cycle 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
LW $1, 8($10) IF ID EX MEM WB
LW $2, 12($11)
SUB $3, $2, $4
ADD $5, $14, $13
AND $12, $1, $5
SW $12, 100($6)

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_2

Step: 3

blur-text-image_3

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

Advanced Database Systems For Integration Of Media And User Environments 98

Authors: Yahiko Kambayashi, Akifumi Makinouchi, Shunsuke Uemura, Katsumi Tanaka, Yoshifumi Masunaga

1st Edition

9810234368, 978-9810234362

More Books

Students also viewed these Databases questions

Question

Outline the main contents of a prospectus.

Answered: 1 week ago