updates SCC and quantum keeper testcase

This commit is contained in:
2025-11-08 19:16:10 +01:00
parent 8b5c062847
commit e20fbf0d28
3 changed files with 2 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ int sc_main(int argc, char* argv[]) {
top_module top_mod("top_module_inst");
// Start the simulation
sc_core::sc_start(20_us);
SCCINFO() << "Simulation finished";
} else {
SCCERR() << "Some error occured";
}