updates scc to make signal tracing work

This commit is contained in:
2025-11-21 18:37:30 +01:00
parent 7cf4857c38
commit 586b9cb77e
2 changed files with 1 additions and 6 deletions

2
scc

Submodule scc updated: 947064144c...03567fbece

View File

@@ -91,11 +91,6 @@ int sc_main(int argc, char* argv[]) {
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
auto i_system = scc::make_unique<vp::tb>("tb"); auto i_system = scc::make_unique<vp::tb>("tb");
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
// add non-implemented 'enableTracing' properties
///////////////////////////////////////////////////////////////////////////
if(tracer)
tracer->add_control();
///////////////////////////////////////////////////////////////////////////
// dump configuration if requested and/or structure // dump configuration if requested and/or structure
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
if(parser.get<std::string>("dump-config").size() > 0) { if(parser.get<std::string>("dump-config").size() > 0) {