forked from ics-jku/riscv-vp-plusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
18 lines (18 loc) · 824 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "vp/src/core/common/gdb-mc/parser/mpc"]
path = vp/src/core/common/gdb-mc/libgdb/mpc
url = https://github.com/orangeduck/mpc
[submodule "tests/integration"]
path = vp/tests
url = https://github.com/agra-uni-bremen/vp-integration-tests.git
[submodule "vp/src/platform/hwitl/virtual-bus"]
path = vp/src/platform/hwitl/virtual-bus
url = https://github.com/agra-uni-bremen/virtual-bus
[submodule "vp/src/platform/hifive/vbb-protocol"]
path = vp/src/platform/hifive/vbb-protocol
url = https://github.com/agra-uni-bremen/virtual-breadboard-protocol.git
[submodule "vp/src/vendor/systemc"]
path = vp/src/vendor/systemc
url = https://github.com/accellera-official/systemc.git
[submodule "env/gd32/vp-breadboard/LuaBridge3"]
path = env/gd32/vp-breadboard/LuaBridge3
url = https://github.com/kunitoki/LuaBridge3