Merge pull request #121 from Silimate/autoscope

dump the number of scopes/signals in the search space
This commit is contained in:
Akash Levy 2026-03-16 13:33:40 -07:00 committed by GitHub
commit 00e67a30d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 file...\n");
log("Auto-discovering scopes from %d candidates...\n", GetSize(name_to_handle));
std::string top = RTLIL::unescape_id(topmod->name);
std::string scope = "";