mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 01:38:21 +02:00
Internals: Rename stdPackageProcessp etc. No functional change.
This commit is contained in:
+1
-1
@@ -1166,7 +1166,7 @@ class ConstraintExprVisitor final : public VNVisitor {
|
||||
exprp->user1(true); // Mark as formatted
|
||||
} else {
|
||||
exprp = new AstSFormatF{nodep->fileline(), smtName, false, nullptr};
|
||||
if (!isGlobalConstrained) { VL_DO_DANGLING(pushDeletep(nodep), nodep); }
|
||||
if (!isGlobalConstrained) VL_DO_DANGLING(pushDeletep(nodep), nodep);
|
||||
}
|
||||
// else: Global constraints keep nodep alive for write_var processing
|
||||
relinker.relink(exprp);
|
||||
|
||||
Reference in New Issue
Block a user