Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 263 Bytes

File metadata and controls

11 lines (10 loc) · 263 Bytes

This project is created to simulate the behavior of following famous branch predictors:

  1. One-level,
  2. Two-level local,
  3. Two-level global,
  4. G-Share,
  5. Tournament.

For running the simulator just type following in terminal: $ python3 BranchPredictor.py