fmt
Signed-off-by: Pawel Kojma <pkojma@internships.antmicro.com>
This commit is contained in:
parent
93716bca94
commit
60aa78c0c6
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue