Skip to content

deekshithanantha/563_branch_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Type "make" to build.  (Type "make clean" first if you already compiled and want to recompile from scratch.)

2. Run trace reader:

   To run without throttling output:
   ./sim bimodal 6 gcc_trace.txt
   ./sim gshare 9 3 gcc_trace.txt
   ./sim hybrid 8 14 10 5 gcc_trace.txt

   To run with throttling (via "less"):
   ./sim bimodal 6 gcc_trace.txt | less
   ./sim gshare 9 3 gcc_trace.txt | less
   ./sim hybrid 8 14 10 5 gcc_trace.txt | less

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published