diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-04-30 16:59:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 16:59:29 +0000 |
commit | 0c75c6a612a1620bf1ffe82cd5c77ef9a8369045 (patch) | |
tree | 1a11e4304b06fbee9c0e525d81c0789530dfba35 /.gitmodules | |
parent | a351dc8d6aaf1a10be9a08e66c78c37126833d6a (diff) | |
parent | 8cd756c200cb13c036115a4b851b94f686cf3a3a (diff) |
Merge pull request #235 from sifive/u54-rtl
Add Multicore Support
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5c6f9e1..aba5d34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "software/dhrystone"] path = software/dhrystone url = https://github.com/sifive/benchmark-dhrystone +[submodule "software/multicore-hello"] + path = software/multicore-hello + url = https://github.com/sifive/example-multicore-hello.git |