mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 18:58:51 +02:00
Internals: Use newline instead of endl to avoid unneeded flush.
This commit is contained in:
+4
-4
@@ -160,10 +160,10 @@ private:
|
||||
varrefp->varp()->v3warn(
|
||||
MULTIDRIVEN,
|
||||
"Signal has multiple driving blocks with different clocking: "
|
||||
<< varrefp->varp()->prettyNameQ() << endl
|
||||
<< varrefp->warnOther() << "... Location of first driving block" << endl
|
||||
<< varrefp->warnContextPrimary() << endl
|
||||
<< oldactivep->warnOther() << "... Location of other driving block" << endl
|
||||
<< varrefp->varp()->prettyNameQ() << '\n'
|
||||
<< varrefp->warnOther() << "... Location of first driving block\n"
|
||||
<< varrefp->warnContextPrimary() << '\n'
|
||||
<< oldactivep->warnOther() << "... Location of other driving block\n"
|
||||
<< oldactivep->warnContextSecondary());
|
||||
varrefp->varp()->user2(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user