Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

We have the following program segment executed on a three - stage ( I , E , and D ) RISC pipeline. The pipeline allows

We have the following program segment executed on a three-stage
(I, E, and D) RISC pipeline. The pipeline allows two simultaneous memory accesses.
100LOAD R1, X #Load from Address X
101 LOAD R2, Y #Load from Address Y
102 INC R1 #Increment R1
103 DEC R2 #Decrement R2
104 BRANCH 107 #Branch to Address 107
105 ADD R1,5 #Add 5 to R1
106 SUB R2,2 #Subtract 2 from R2
107 STORE R2,Z #Store R2 at Address Z
Using delayed branch in pipeline operation in the above program, draw the pipeline timing diagrams:
i-using NOOPS
ii. After rearranging the instructions (optimized delayed branch),
Calculate the number of clock cycles required to execute the above program in each case.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions