Skip to content

Commit

Permalink
Format the code
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Nov 23, 2023
1 parent 0a622fd commit 450fb09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/V3Randomize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ class RandomizeVisitor final : public VNVisitor {
funcp->addStmtsp(new AstAssign{fl, new AstVarRef{fl, fvarp, VAccess::WRITE},
new AstAnd{fl, beginValp, craveCallp}});
} else {
funcp->addStmtsp(new AstAssign{fl, new AstVarRef{fl, fvarp, VAccess::WRITE}, beginValp});
funcp->addStmtsp(
new AstAssign{fl, new AstVarRef{fl, fvarp, VAccess::WRITE}, beginValp});
}

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

0 comments on commit 450fb09

Please sign in to comment.