diff options
author | Hsiang-Chia.Huang <hsiangchiah@sifive.com> | 2019-05-25 01:19:53 -0700 |
---|---|---|
committer | Hsiang-Chia.Huang <hsiangchiah@sifive.com> | 2019-06-02 18:40:44 -0700 |
commit | 85a442db0dd3f2440019fe8586d28c2dec148cd3 (patch) | |
tree | 5d629578c00b0a9db103a620aa4d4410766401ff /.gitmodules | |
parent | 321b915ad91d2f28d605d2cd4c84d8360340a7c7 (diff) |
add sifive/coremark repo
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 40b88d9..a166706 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "software/example-user-syscall"] path = software/example-user-syscall url = https://github.com/sifive/example-user-syscall.git +[submodule "software/coremark"] + path = software/coremark + url = https://github.com/sifive/benchmark-coremark.git |