adds clk connection of memories

This commit is contained in:
2023-10-27 21:18:09 +02:00
parent 1f53023787
commit 02804840ad
8 changed files with 9 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ int sc_main(int argc, char *argv[]) {
///////////////////////////////////////////////////////////////////////////
if (parser.get<std::string>("dump-config").size() > 0) {
std::ofstream of{parser.get<std::string>("dump-config")};
if (of.is_open()) cfg.dump_configuration(of);
if (of.is_open()) cfg.dump_configuration(of, true);
}
cfg.configure();
std::unique_ptr<scc::hierarchy_dumper> dumper;