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:
parent
b7984f12f8
commit
bcf71dea85
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue