/ECE-5720-BranchPrediction

In this lab, you will learn and implement three branch prediction algorithms. Branch predictors are used in modern pipelined microprocessors to guess the outcome of a branch instruction, before it is known whether the branch will be taken or not taken.

Primary LanguageC++

Stargazers

No one’s star this repository yet.