forked from github/verilator
examples: Use SC_ZERO_TIME in tracing (#3646)
This commit is contained in:
parent
a999c73ce0
commit
f25a9a4c80
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user