Ignore $dumpflush, think causes travis thread error.

This commit is contained in:
Wilson Snyder 2020-03-02 17:56:42 -05:00
parent 905067d13f
commit a7e65379fa

View File

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