From fc9081b64c0c5980de557ea868db9d65c5b0d09f Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Tue, 7 Mar 2023 10:49:59 -0600 Subject: [PATCH] Added Yujun Lin's branch predictor simulator. This is a C baseline module for common branch predictor algorithms. --- .gitmodules | 3 +++ addins/branch-predictor-simulator | 1 + 2 files changed, 4 insertions(+) create mode 160000 addins/branch-predictor-simulator diff --git a/.gitmodules b/.gitmodules index ab45d3f9..78243a1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/addins/branch-predictor-simulator b/addins/branch-predictor-simulator new file mode 160000 index 00000000..af0c6f8c --- /dev/null +++ b/addins/branch-predictor-simulator @@ -0,0 +1 @@ +Subproject commit af0c6f8cb62f48ee43e74c21e799102e03951ce2