mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 10:48:27 +02:00
Internals: C++11 style cleanups. No functional change.
This commit is contained in:
+2
-2
@@ -246,8 +246,8 @@ public:
|
||||
void V3Randomize::randomizeNetlist(AstNetlist* nodep) {
|
||||
UINFO(2, __FUNCTION__ << ": " << endl);
|
||||
{
|
||||
RandomizeMarkVisitor markVisitor(nodep);
|
||||
RandomizeVisitor visitor(nodep);
|
||||
RandomizeMarkVisitor markVisitor{nodep};
|
||||
RandomizeVisitor visitor{nodep};
|
||||
}
|
||||
V3Global::dumpCheckGlobalTree("randomize", 0, v3Global.opt.dumpTreeLevel(__FILE__) >= 3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user