changed submodule references

This commit is contained in:
Eyck Jentzsch 2022-04-09 12:31:54 +02:00
parent 5ad1079789
commit 7a8bd90d24
4 changed files with 8 additions and 8 deletions

12
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "dbt-core"]
path = dbt-core
url = https://git.minres.com/DBT-RISE/DBT-RISE-Core.git
[submodule "dbt-rise-core"]
path = dbt-rise-core
url = https://github.com/Minres/DBT-RISE-Core.git
[submodule "scc"]
path = scc
url = https://github.com/Minres/SystemC-Components.git
@ -10,6 +10,6 @@
[submodule "external/libGIS"]
path = external/libGIS
url = https://github.com/vsergeev/libGIS.git
[submodule "riscv"]
path = riscv
url = https://git.minres.com/DBT-RISE/DBT-RISE-RISCV.git
[submodule "dbt-rise-riscv"]
path = dbt-rise-riscv
url = https://github.com/Minres/DBT-RISE-RISCV.git

View File

@ -87,7 +87,7 @@ if (ENABLE_CLANG_TIDY)
endif()
add_subdirectory(external)
add_subdirectory(dbt-core)
add_subdirectory(riscv)
add_subdirectory(dbt-rise-core)
add_subdirectory(dbt-rise-riscv)
add_subdirectory(scc)
add_subdirectory(platform)