diff --git a/examples/make_tracing_sc/sc_main.cpp b/examples/make_tracing_sc/sc_main.cpp index 3d3cb1392..a23040a54 100644 --- a/examples/make_tracing_sc/sc_main.cpp +++ b/examples/make_tracing_sc/sc_main.cpp @@ -82,7 +82,7 @@ int sc_main(int argc, char* argv[]) { // You must do one evaluation before enabling waves, in order to allow // SystemC to interconnect everything for testing. - sc_start(1, SC_NS); + sc_start(SC_ZERO_TIME); #if VM_TRACE // If verilator was invoked with --trace argument,