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

View File

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