Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Draw the timing diagrams for the following cases. 40 beq $2, $3, 7 /* if equal jump to 72= 28+44 44 add $4, $2, $3
Draw the timing diagrams for the following cases.
40 beq $2, $3, 7 /* if equal jump to 72= 28+44
44 add $4, $2, $3
48 add $7, $5, $6
52 add $4, $2, $3 :
72 add $4, $4, $3
i) The pipeline uses no enhancement for any instruction (i.e., no forwarding, no moving branch test to ID stage).
ii) The pipeline moves the branch test to ID stage.
iii) The pipeline uses dynamic branch prediction at IF stage. Assume branch is predicted to be taken and is in fact taken in the execution.
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