changed submodule references
This commit is contained in:
parent
5ad1079789
commit
7a8bd90d24
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue