mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 06:23:39 +02:00
Fix purity calculation during V3Const simplifying Ast
This commit is contained in:
+1
-1
@@ -396,7 +396,7 @@ private:
|
||||
UINFO(9, " New pkg-taskref " << nodep << endl);
|
||||
} else if (!VN_IS(nodep, MethodCall)) {
|
||||
nodep->taskp(nullptr);
|
||||
nodep->clearCachedPurity();
|
||||
VIsCached::clearCacheTree();
|
||||
UINFO(9, " New pkg-taskref " << nodep << endl);
|
||||
}
|
||||
iterateChildren(nodep);
|
||||
|
||||
Reference in New Issue
Block a user