mirror of https://github.com/YosysHQ/yosys.git
correction
This commit is contained in:
parent
bcf71dea85
commit
e5d3bb954e
|
|
@ -399,7 +399,7 @@ int FstData::getWidth(fstHandle signal)
|
|||
// Auto-discover scope from FST by finding the top module
|
||||
std::string FstData::autoScope(Module *topmod) {
|
||||
|
||||
log("Auto-discovering scopes from %d candidates...\n", GetSize(handle_to_var));
|
||||
log("Auto-discovering scopes from %d candidates...\n", GetSize(name_to_handle));
|
||||
std::string top = RTLIL::unescape_id(topmod->name);
|
||||
std::string scope = "";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue