3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-16 12:15:52 +00:00
This commit is contained in:
Stan Lee 2026-03-06 10:36:29 -08:00
parent 69145403df
commit 1592125e71

View file

@ -460,7 +460,7 @@ std::string FstData::autoScope(Module *topmod) {
log_warning("Multiple scopes found for module '%s'. Using the first one.\n",
top);
}
std::string scope = results[0];
scope = results[0];
}
return scope;
}