mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 08:42:46 +02:00
Ignore $dumpflush, think causes travis thread error.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user