From 02804840adde6e95da740f637a5f469caadf9d34 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 27 Oct 2023 21:18:09 +0200 Subject: [PATCH] adds clk connection of memories --- .launch/TGC-VP interp hello cycle-estimate fast.launch | 2 +- .launch/TGC-VP interp hello.launch | 2 +- .launch/TGC-VP tcc hello.launch | 2 +- scc | 2 +- src/sc_main.cpp | 2 +- src/tgc_vp/system.cpp | 2 ++ tgc-iss/dbt-rise-tgc | 2 +- vpvper | 2 +- 8 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.launch/TGC-VP interp hello cycle-estimate fast.launch b/.launch/TGC-VP interp hello cycle-estimate fast.launch index 3ae3e7b..7699356 100644 --- a/.launch/TGC-VP interp hello cycle-estimate fast.launch +++ b/.launch/TGC-VP interp hello cycle-estimate fast.launch @@ -18,7 +18,7 @@ - + diff --git a/.launch/TGC-VP interp hello.launch b/.launch/TGC-VP interp hello.launch index d632e2e..0f536f1 100644 --- a/.launch/TGC-VP interp hello.launch +++ b/.launch/TGC-VP interp hello.launch @@ -18,7 +18,7 @@ - + diff --git a/.launch/TGC-VP tcc hello.launch b/.launch/TGC-VP tcc hello.launch index 45071a4..b93fed4 100644 --- a/.launch/TGC-VP tcc hello.launch +++ b/.launch/TGC-VP tcc hello.launch @@ -18,7 +18,7 @@ - + diff --git a/scc b/scc index 12e2782..b2b62ba 160000 --- a/scc +++ b/scc @@ -1 +1 @@ -Subproject commit 12e2782b61f4e254e46157e25720754771ecced7 +Subproject commit b2b62baaf01d9cc5377d3cc2bf61746549366799 diff --git a/src/sc_main.cpp b/src/sc_main.cpp index a3e8228..b05e224 100644 --- a/src/sc_main.cpp +++ b/src/sc_main.cpp @@ -85,7 +85,7 @@ int sc_main(int argc, char *argv[]) { /////////////////////////////////////////////////////////////////////////// if (parser.get("dump-config").size() > 0) { std::ofstream of{parser.get("dump-config")}; - if (of.is_open()) cfg.dump_configuration(of); + if (of.is_open()) cfg.dump_configuration(of, true); } cfg.configure(); std::unique_ptr dumper; diff --git a/src/tgc_vp/system.cpp b/src/tgc_vp/system.cpp index 0ad1ef1..94a59a4 100644 --- a/src/tgc_vp/system.cpp +++ b/src/tgc_vp/system.cpp @@ -52,6 +52,8 @@ system::system(sc_core::sc_module_name nm) clint.tlclk_i(tlclk_s); clint.lfclk_i(lfclk_s); core_complex.clk_i(tlclk_s); + mem_qspi.clk_i(tlclk_s); + mem_ram.clk_i(tlclk_s); uart0.rst_i(rst_s); uart1.rst_i(rst_s); diff --git a/tgc-iss/dbt-rise-tgc b/tgc-iss/dbt-rise-tgc index 09db0cd..e6f1108 160000 --- a/tgc-iss/dbt-rise-tgc +++ b/tgc-iss/dbt-rise-tgc @@ -1 +1 @@ -Subproject commit 09db0cd35d1324c81f697af7e6abfb902f64d96f +Subproject commit e6f11081eba931b8d2a783939fa13f60448e6404 diff --git a/vpvper b/vpvper index b35f68e..2df18a1 160000 --- a/vpvper +++ b/vpvper @@ -1 +1 @@ -Subproject commit b35f68e35c2e5c254ab04008abe4fe0a279eb4d1 +Subproject commit 2df18a17549559131f52f9bcc90d3cef44aa4f5d