Added Yujun Lin's branch predictor simulator. This is a C baseline module for common branch predictor algorithms.

This commit is contained in:
Ross Thompson 2023-03-07 10:49:59 -06:00
parent 17f80285ca
commit fc9081b64c
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -21,3 +21,6 @@
[submodule "addins/coremark"] [submodule "addins/coremark"]
path = addins/coremark path = addins/coremark
url = https://github.com/eembc/coremark url = https://github.com/eembc/coremark
[submodule "addins/branch-predictor-simulator"]
path = addins/branch-predictor-simulator
url = https://github.com/synxlin/branch-predictor-simulator.git

@ -0,0 +1 @@
Subproject commit af0c6f8cb62f48ee43e74c21e799102e03951ce2