From 8cd756c200cb13c036115a4b851b94f686cf3a3a Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Thu, 11 Apr 2019 10:41:55 -0700 Subject: Add multicore-hello example Signed-off-by: Nathaniel Graff --- .gitmodules | 3 +++ software/multicore-hello | 1 + 2 files changed, 4 insertions(+) create mode 160000 software/multicore-hello 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 index 0000000..211878a --- /dev/null +++ b/software/multicore-hello @@ -0,0 +1 @@ +Subproject commit 211878a46834be031de521e70904ec3a6d80bc86 -- cgit v1.2.1-18-gbd029