diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-03-26 15:18:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 15:18:55 -0700 |
commit | fff485c3cf238d8edf90217ee729227f30da8ec1 (patch) | |
tree | 3fa7d52ca1e5caae632b5d04411235da0f3f40cb /.gitmodules | |
parent | edd89ecddd9abea9fa47b91487bf6bb8360b1c66 (diff) | |
parent | 0045570bc60f197a8c9e63d4330e1fba9238ce83 (diff) |
Merge pull request #218 from sifive/pub-dhrystone
Making dhrystone public
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bd6e9c4..5c6f9e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "software/sifive-welcome"] path = software/sifive-welcome url = https://github.com/sifive/sifive-welcome +[submodule "software/dhrystone"] + path = software/dhrystone + url = https://github.com/sifive/benchmark-dhrystone |