mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 02:28:43 +02:00
Internals: UINFO now includes newline itself. No functional change.
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ static void makeToStringMiddle(AstClass* nodep) {
|
||||
// V3Common class functions
|
||||
|
||||
void V3Common::commonAll() {
|
||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||
UINFO(2, __FUNCTION__ << ":");
|
||||
// NODE STATE
|
||||
// Entire netlist:
|
||||
// AstClass::user1() -> bool. True if class needs to_string dumper
|
||||
|
||||
Reference in New Issue
Block a user