Skip to content

bbowman410/PerceptronBranchPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PerceptronBranchPredictor

These are modified Simplescalar files that will allow you to run 2 new branch prediction algorithms: 1: The Jiménez perceptron algorithm 2: A modified algorithm based off of the previous but utilzing an alloyed approach where both global and local histories are concatenated before being passed to the perceptron.

To run the Jiménez algorithm: sim-bpred -bpred perceptron To run the modified algorithm: sim-bpred -bpred modpercept

To install: copy sim-bpred.c, bpred.c, bpred.h into your Simplescalar build directory, and recompile Simplescalar.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages