mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 06:23:39 +02:00
Optimize functions inlined from packages in Dfg (#7091)
This commit is contained in:
@@ -73,6 +73,7 @@ class ScopeVisitor final : public VNVisitor {
|
||||
"Can't locate class or package scope");
|
||||
scopep = it2->second;
|
||||
}
|
||||
nodep->classOrPackagep(nullptr); // No longer needed after V3Scope
|
||||
// Search up the scope hierarchy for the variable
|
||||
AstVarScope* varscp = nullptr;
|
||||
AstScope* searchScopep = scopep;
|
||||
|
||||
Reference in New Issue
Block a user