diff options
author | Shao-Ce SUN <sunshaoce@iscas.ac.cn> | 2022-06-21 21:57:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 21:57:32 +0800 |
commit | 5f3d3f66bc1906df6eb51d0306bb1f7addcdcb27 (patch) | |
tree | c5c912b8ffc01f435c3283b0c4f0ecef4a791027 /.gitmodules | |
parent | 6c904db818d147e96ea34cdad135fc4297415f53 (diff) | |
parent | 409b951ba6621f2f115aebddfb15ce2dd78ec24f (diff) | |
download | riscv-gnu-toolchain-5f3d3f66bc1906df6eb51d0306bb1f7addcdcb27.zip riscv-gnu-toolchain-5f3d3f66bc1906df6eb51d0306bb1f7addcdcb27.tar.gz riscv-gnu-toolchain-5f3d3f66bc1906df6eb51d0306bb1f7addcdcb27.tar.bz2 |
Merge branch 'riscv-collab:master' into master
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fdeb85e..4f45627 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,11 @@ path = musl url = git://git.musl-libc.org/musl branch = master +[submodule "spike"] + path = spike + url = https://github.com/riscv-software-src/riscv-isa-sim.git + branch = master +[submodule "pk"] + path = pk + url = https://github.com/riscv-software-src/riscv-pk.git + branch = master |