From 7a8bd90d2403a892fb169c3e7b4ca2f7703870bc Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 9 Apr 2022 12:31:54 +0200 Subject: [PATCH] changed submodule references --- .gitmodules | 12 ++++++------ CMakeLists.txt | 4 ++-- dbt-core => dbt-rise-core | 0 riscv => dbt-rise-riscv | 0 4 files changed, 8 insertions(+), 8 deletions(-) rename dbt-core => dbt-rise-core (100%) rename riscv => dbt-rise-riscv (100%) diff --git a/.gitmodules b/.gitmodules index 2bc2b97..66f9f2a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b879be..20b6f3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/dbt-core b/dbt-rise-core similarity index 100% rename from dbt-core rename to dbt-rise-core diff --git a/riscv b/dbt-rise-riscv similarity index 100% rename from riscv rename to dbt-rise-riscv