Skip to content

codr-void/branch_predictors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Branch Prediction Simulation

This simulation evaluates the performance of 1-bit and 2-bit branch predictors by analyzing a sequence of branch outcomes from a trace file.

Prerequisites

You will need a C++ compiler such as g++ to compile and run this simulation.

Compilation Instructions

  1. Download the source files: Ensure that you have main.cpp, predictors.cpp, and predictors.h downloaded to your local machine.

  2. Compile the Program: Open a terminal in the directory where the files are located and compile the program using the following command:

    make all

    This command will compile the source files and link them into a single executable named branch_predictor.

  3. Run the Program: Execute the program with:

    ./main

    This will run the simulation and output the accuracy of the 1-bit and 2-bit predictors based on the branch outcomes provided in the trace.txt file.

Input Data

The program requires a trace file named trace.txt located in the same directory as the executable. This file should contain branch outcomes in the format:

[address] [outcome]

Where [outcome] is T for Taken and NT for Not Taken.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy