diff options
author | Megan Wachs <megan@sifive.com> | 2016-07-20 16:52:44 -0700 |
---|---|---|
committer | Megan Wachs <megan@sifive.com> | 2016-07-20 16:52:44 -0700 |
commit | a2d28c8318ab3ed40b3674aeee8b9487a3129f15 (patch) | |
tree | 5a399385030026e45e436a05b5383284527cb753 /.gitmodules |
Initial Tool Flow
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9527506 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "openocd"] + path = openocd + url = http://github.com/sifive/openocd.git +[submodule "riscv-gnu-toolchain"] + path = riscv-gnu-toolchain + url = http://github.com/riscv/riscv-gnu-toolchain.git +[submodule "riscv-binutils-gdb"] + path = riscv-binutils-gdb + url = http://github.com/sifive/riscv-binutils-gdb.git +[submodule "riscv-tests"] + path = riscv-tests + url = http://github.com/timsifive/riscv-tests |