From 0882f93d9b47f1983605adf031fe702f761d23d4 Mon Sep 17 00:00:00 2001 From: Ryszard Rozak Date: Wed, 11 Feb 2026 13:55:52 +0100 Subject: [PATCH] Update comments Signed-off-by: Ryszard Rozak --- src/V3Force.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/V3Force.cpp b/src/V3Force.cpp index 139208ef4..810fe9a11 100644 --- a/src/V3Force.cpp +++ b/src/V3Force.cpp @@ -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 assigns; AstNodeStmt* const rdUpdateStmtsp = getAssignStmtsp(rdRefp, vscp, rdRefp, assigns);