mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
Fix error messages to consistently go to stderr.
This commit is contained in:
+1
-1
@@ -582,7 +582,7 @@ void GateVisitor::replaceAssigns() {
|
||||
//if (debug()>9) {vscp->dumpTree(cout, "-vscDone: "); cout<<endl;}
|
||||
if (!vscp->valuep()->castNodeMath()
|
||||
|| vscp->valuep()->nextp()) {
|
||||
vscp->dumpTree(cout, "vscStrange: ");
|
||||
vscp->dumpTree(cerr, "vscStrange: ");
|
||||
vscp->v3fatalSrc("Value of varscope not mathematical\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user