diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-14 10:01:30 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-30 11:14:33 -0800 |
commit | c615e937538d438c46efd46f9254a2a74b591205 (patch) | |
tree | c7188e2bfad20a2750a4155ff623a16541abfb74 /.gitmodules | |
parent | 4326dada61ff5d48550b5cf0bff29e370bc7257c (diff) |
Add PMP example program
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b92428d..ec643f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "software/return-pass"] path = software/return-pass url = https://github.com/sifive/example-return-pass.git +[submodule "software/example-pmp"] + path = software/example-pmp + url = https://github.com/sifive/example-pmp.git |