Fix generate blocks in vpi_iterate (#3609) (#4913)

This commit is contained in:
Andrew Nolte
2024-03-06 18:33:30 -05:00
committed by GitHub
parent 0fed5f8b3e
commit 6db149c588
7 changed files with 337 additions and 296 deletions
-1
View File
@@ -253,7 +253,6 @@ class EmitCSyms final : EmitCBaseVisitorConst {
void buildVpiHierarchy() {
for (ScopeNames::const_iterator it = m_scopeNames.begin(); it != m_scopeNames.end();
++it) {
if (it->second.m_type != "SCOPE_MODULE") continue;
const string symName = it->second.m_symName;
string above = symName;