mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Added Yujun Lin's branch predictor simulator. This is a C baseline module for common branch predictor algorithms.
This commit is contained in:
parent
6d4e28fdf2
commit
f067935eed
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -21,3 +21,6 @@
|
|||
[submodule "addins/coremark"]
|
||||
path = addins/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
|
||||
|
|
1
addins/branch-predictor-simulator
Submodule
1
addins/branch-predictor-simulator
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit af0c6f8cb62f48ee43e74c21e799102e03951ce2
|
Loading…
Add table
Add a link
Reference in a new issue