summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBunnaroath Sou <bsou@sifive.com>2019-01-14 13:43:07 -0800
committerBunnaroath Sou <bsou@sifive.com>2019-01-14 13:43:07 -0800
commit8db046c7c6ba029ac011e9e135dd936665cfe1fd (patch)
treebb521c9666e6f0b07930be44f90b4d7f9649e9cd
parentb4f60121cf7d7b9df255fa263ba543b2860117c9 (diff)
Simple RTL example returning pass and fail
-rw-r--r--.gitmodules6
m---------software/return-fail0
m---------software/return-pass0
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 69690bb..b92428d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,9 @@
[submodule "software/local-interrupt"]
path = software/local-interrupt
url = https://github.com/sifive/example-local-interrupt.git
+[submodule "software/return-fail"]
+ path = software/return-fail
+ url = https://github.com/sifive/example-return-fail.git
+[submodule "software/return-pass"]
+ path = software/return-pass
+ url = https://github.com/sifive/example-return-pass.git
diff --git a/software/return-fail b/software/return-fail
new file mode 160000
+Subproject 515f0bb9facad93fa1614f757ce92d1551019b3
diff --git a/software/return-pass b/software/return-pass
new file mode 160000
+Subproject a6fa5a576f40ecce21cd38a1227c4180ba5e3c9