diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-04-11 10:41:55 -0700 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-04-12 13:47:41 -0700 |
commit | 8cd756c200cb13c036115a4b851b94f686cf3a3a (patch) | |
tree | 17d6e69c96b7bd3cdd56468974edaacbea15f14d | |
parent | 4fc9569dfa42b88e0635ed77c329805e2728c96f (diff) |
Add multicore-hello example
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | software/multicore-hello | 0 |
2 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 diff --git a/software/multicore-hello b/software/multicore-hello new file mode 160000 +Subproject 211878a46834be031de521e70904ec3a6d80bc8 |