From f832edcdeb410ce193ff8b1d251d44f7ab333727 Mon Sep 17 00:00:00 2001 From: Ryszard Rozak Date: Wed, 11 Feb 2026 13:45:12 +0100 Subject: [PATCH] Add comment Signed-off-by: Ryszard Rozak --- src/V3Force.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Force.cpp b/src/V3Force.cpp index 46e6fa50a..139208ef4 100644 --- a/src/V3Force.cpp +++ b/src/V3Force.cpp @@ -79,7 +79,7 @@ public: AstVarScope* const m_rdVscp; // New variable to replace read references with AstVarScope* const m_valVscp; // Forced value AstVarScope* const m_enVscp; // Force enabled signal - V3UniqueNames m_iterNames; + V3UniqueNames m_iterNames; // Names for loop iteration variables explicit ForceComponentsVarScope(AstVarScope* vscp, ForceComponentsVar& fcv) : m_rdVscp{new AstVarScope{vscp->fileline(), vscp->scopep(), fcv.m_rdVarp}} , m_valVscp{new AstVarScope{vscp->fileline(), vscp->scopep(), fcv.m_valVarp}}