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

dump the number of scopes/signals in the search space

This commit is contained in:
Stan Lee 2026-03-13 11:15:46 -07:00
parent b7984f12f8
commit bcf71dea85

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(handle_to_var));
std::string top = RTLIL::unescape_id(topmod->name);
std::string scope = "";