3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-18 05:05:45 +00:00

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

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