Skip to content

Commit

Permalink
Remove constraints in V3Randomize
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Nov 22, 2023
1 parent f038e71 commit 7668922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/V3Randomize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ class RandomizeVisitor final : public VNVisitor {
methodp->dtypeSetVoid();
taskp->addStmtsp(new AstStmtExpr{fl, methodp});
}
pushDeletep(constrp->unlinkFrBack());
});

for (auto* memberp = nodep->stmtsp(); memberp; memberp = memberp->nextp()) {
Expand Down

0 comments on commit 7668922

Please sign in to comment.