Skip to content

A parameterisable Bluespec SystemVerilog implementation of the TAGE branch predictor with application to other modes of prediction in computer architecture. Using Toooba and ChampSim.

Notifications You must be signed in to change notification settings

h-chal/dissertation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run ChampSim with a given Bluespec SystemVerilog predictor, called x:

  • Name the predictor in ChampSimWrapper/config.json
  • Ensure that branch_predictors/x/x.bsv exists
git submodule update --init --recursive

cd ChampSimWrapper/ChampSim
vcpkg/bootstrap-vcpkg.sh
vcpkg/vcpkg install
cd ../..

wget -P traces/DPC-3 https://dpc3.compas.cs.stonybrook.edu/champsim-traces/speccpu/600.perlbench_s-210B.champsimtrace.xz

ChampSimWrapper/try_champsim_bsv_branch.sh

About

A parameterisable Bluespec SystemVerilog implementation of the TAGE branch predictor with application to other modes of prediction in computer architecture. Using Toooba and ChampSim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published