Question

Question 15 Assume that an architecture uses 2-bit branch predictor and the predictor is initially set to WNT. For the follow

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Initial state = WNT

Branch outcome = T
Prediction = NT
Incorrect(I)

Branch outcome = T
Prediction = T
correct(c)

Branch outcome = T
Prediction = T
correct(c)

Branch outcome = T
Prediction = T
correct(c)

Branch outcome = T
Prediction = T
correct(c)

Branch outcome = NT
Prediction = T
Incorrect(I)

Branch outcome = NT
Prediction = T
Incorrect(I)

Branch outcome = NT
Prediction = NT
correct(c)

Branch outcome = T
Prediction = NT
Incorrect(I)

Branch outcome = T
Prediction = T
correct(c)

Branch outcome = T
Prediction = T
correct(c)

Branch outcome = T
Prediction = T
correct(c)

Branch outcome = NT
Prediction = T
Incorrect(I)

Branch outcome = NT
Prediction = T
Incorrect(I)

Branch outcome = T
Prediction = NT
Incorrect(I)

Add a comment
Know the answer?
Add Answer to:
Question 15 Assume that an architecture uses 2-bit branch predictor and the predictor is initially set...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Assume that an architecture uses 2-bit branch predictor and the predictor is initially set to SNT....

    Assume that an architecture uses 2-bit branch predictor and the predictor is initially set to SNT. For the following branch outcomes, indicate if each outcome is correctly predicted or not. In the table, T and NT represent Taken and Not-Taken branch outcomes, respectively. The states for 2-bit branch are ST (Strong-Taken), WT (Weak-Taken), WNT (Weak-Not-Taken), SNT (Strong-Not-Taken). Please use C for correct prediction and I for incorrect prediction. T т т т NT NT NT T T T T NT...

  • (25 points) Consider a 1-bit and a 2-bit predictor. In the table below, indicate the prediction...

    (25 points) Consider a 1-bit and a 2-bit predictor. In the table below, indicate the prediction for the branch and whether the prediction is correct. For the 1-bit predictor use the notation"1 for taken, and "0 for not taken states. For the 2- bit predictor, use "11 for strongly taken state, "10 for weakly-taken state.'00 for strongly-not-taken state, and "01" for weakly-not-taken state. Assuming the first entry in the table, fill in the predictor's state after branch resolution for each...

  • 14(10 points) In this problem we want to examine the accuracy of branch predictors for the...

    14(10 points) In this problem we want to examine the accuracy of branch predictors for the following repeating pattern (e.g, in a loop) of branch outcomes: NT, T, NT, NT, T What is the accuracy of always-taken and always-not-taken predictors for this sequence of branch outcome? a) b) Wh at is the accuracy of the 2-bit predictor for the first four branches in this pattern, assuming the predictor starts in the bottom left state ( predict not taken) in state...

  • Ch04.4. [6 points] Branch Prediction. Consider the following sequence of actual outcomes for a si...

    Ch04.4. [6 points] Branch Prediction. Consider the following sequence of actual outcomes for a single static branch. T means the branch is taken. N means the branch is not taken. For this question, assume that this is the only branch in the program. TTTNTNTTTNTNTTTNTN Assume that we try to predict this sequence with a Branch History Table (BHT) using one-bit counters. The counters in the BHT are initialized to the N state. Which of the branches in this sequence would...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT