mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 10:27:04 +02:00
Internals: UINFO now includes newline itself. No functional change.
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ public:
|
||||
// Interface class functions
|
||||
|
||||
void V3Interface::interfaceAll(AstNetlist* nodep) {
|
||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||
UINFO(2, __FUNCTION__ << ":");
|
||||
|
||||
{ InlineIntfRefVisitor{nodep}; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user