Question
The following instructions are executed sequentially on a MIPS processor. Assume a non-interlocked pipeline: #1 LD R3, 3(R1) #2 LD R1, 2(R2) #3 ADD R1,
The following instructions are executed sequentially on a MIPS processor. Assume a non-interlocked pipeline:
#1 LD R3, 3(R1)
#2 LD R1, 2(R2)
#3 ADD R1, R2, #1
#4 SUB R2, R3, R1
#5 SD R2, 0(R1)
a. Identify a data dependence, anti-dependence and output dependence (if any) in the above code
b. Between which instructions are no-ops inserted? Use the attached diagram for assistance.
c. In the table below, write every case of:
i. Data forwarding
ii. Register write-read in one clock cycle
Enter the following data:
i. CC - The clock cycle when the data forwarding or register write-read is performed
ii. Src - The Interstage register or Register providing the data
iii. Dest Instr # - The stage or register receiving the data
iv. Value - The forwarded data
CC | Src (ISR or Reg) | Dest (Stage or Reg) | Value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started