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
|
// $dumpall currently ignored
|
||||||
break;
|
break;
|
||||||
case VDumpCtlType::FLUSH:
|
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;
|
break;
|
||||||
case VDumpCtlType::LIMIT:
|
case VDumpCtlType::LIMIT:
|
||||||
// $dumplimit currently ignored
|
// $dumplimit currently ignored
|
||||||
|
Loading…
Reference in New Issue
Block a user