From 60aa78c0c66d96a3dc5e3cf50d5c08abeb3e8142 Mon Sep 17 00:00:00 2001 From: Pawel Kojma Date: Fri, 13 Feb 2026 10:36:43 +0100 Subject: [PATCH] fmt Signed-off-by: Pawel Kojma --- src/V3Randomize.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/V3Randomize.cpp b/src/V3Randomize.cpp index 6a7b00c9e..94e694485 100644 --- a/src/V3Randomize.cpp +++ b/src/V3Randomize.cpp @@ -295,6 +295,7 @@ class RandomizeMarkVisitor final : public VNVisitor { } }); if (isDuplicate) return; + AstConstraint* const cloneConstrp = constrp->cloneTree(false); cloneConstrp->name(newName); cloneConstrp->foreach([&](AstVarRef* varRefp) {