Update comments

Signed-off-by: Ryszard Rozak <rrozak@antmicro.com>
This commit is contained in:
Ryszard Rozak 2026-02-11 13:55:52 +01:00
parent f832edcdeb
commit 0882f93d9b
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ public:
activeInitp->senTreeStorep(activeInitp->sentreep());
vscp->scopep()->addBlocksp(activeInitp);
// Reuse the statements created for __VforceEn initialization
// and replace var ref on the LHS and the RHS
// Create statements that update __Rd variable.
// These nodes will be copied and used also for __VforceEn initialization
AstVarRef* const rdRefp = new AstVarRef{flp, m_rdVscp, VAccess::WRITE};
std::vector<AstAssign*> assigns;
AstNodeStmt* const rdUpdateStmtsp = getAssignStmtsp(rdRefp, vscp, rdRefp, assigns);