mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-16 12:15:52 +00:00
fix err
This commit is contained in:
parent
69145403df
commit
1592125e71
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue