diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-01-14 13:52:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 13:52:20 -0800 |
commit | b230f15ed26097d29ec2e2e3e6974587a259dcb4 (patch) | |
tree | bb521c9666e6f0b07930be44f90b4d7f9649e9cd | |
parent | b4f60121cf7d7b9df255fa263ba543b2860117c9 (diff) | |
parent | 8db046c7c6ba029ac011e9e135dd936665cfe1fd (diff) |
Merge pull request #147 from sifive/pass-fail
Simple RTL example returning pass and fail
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | software/return-fail | 0 | ||||
m--------- | software/return-pass | 0 |
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 |