mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Fix purity calculation during V3Const simplifying Ast
This commit is contained in:
+1
-1
@@ -331,7 +331,7 @@ private:
|
||||
// We're going to need the expression several times in the expanded code,
|
||||
// so might as well make it a common expression
|
||||
createDeepTemp(nodep->condp(), false);
|
||||
nodep->clearCachedPurity();
|
||||
VIsCached::clearCacheTree();
|
||||
}
|
||||
checkNode(nodep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user