correction

This commit is contained in:
Stan Lee 2026-03-16 12:05:27 -07:00
parent bcf71dea85
commit e5d3bb954e
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "";