forked from github/verilator
Ignore $dumpflush, think causes travis thread error.
This commit is contained in:
parent
905067d13f
commit
a7e65379fa
@ -426,7 +426,8 @@ public:
|
||||
// $dumpall currently ignored
|
||||
break;
|
||||
case VDumpCtlType::FLUSH:
|
||||
puts("Verilated::flushCall();\n"); // Also flush stdio, as need lock
|
||||
// $dumpall currently ignored; would need rework of VCD single thread,
|
||||
// or flag we pass-through to next eval() iteration
|
||||
break;
|
||||
case VDumpCtlType::LIMIT:
|
||||
// $dumplimit currently ignored
|
||||
|
Loading…
Reference in New Issue
Block a user