We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcbdcb commit b4286acCopy full SHA for b4286ac
1 file changed
kernel/fstdata.cc
@@ -182,7 +182,7 @@ void FstData::extractVarNames()
182
fork_parent_scope = fst_scope_name;
183
fork_name = h->u.scope.name;
184
fork_vars.clear();
185
- } else if (detect_union && h->u.scope.typ == FST_ST_VCD_STRUCT) {
+ } else if (in_fork && h->u.scope.typ == FST_ST_VCD_STRUCT) {
186
// Signal that a nested $fork can not be a candidate for union struct detection.
187
log_warning("Nested $fork '%s' inside $fork '%s'; "
188
"abandoning union detection for this scope...\n",
0 commit comments