examples: Use SC_ZERO_TIME in tracing (#3646)

This commit is contained in:
Wilson Snyder 2022-09-28 19:11:00 -04:00
parent a999c73ce0
commit f25a9a4c80

View File

@ -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,