mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Display resource sharing count
This commit is contained in:
parent
36fb6e08c1
commit
68b3ad4bd3
1 changed files with 2 additions and 1 deletions
|
@ -2999,7 +2999,8 @@ std::string verific_import(Design *design, const std::map<std::string,std::strin
|
|||
nl->OperatorOptimization(1, 1);
|
||||
|
||||
log(" Performing resource sharing for %s.\n", it->first.c_str());
|
||||
nl->ResourceSharing();
|
||||
result = nl->ResourceSharing();
|
||||
log(" Shared %d resources.\n", result);
|
||||
log(" Performing final resource merging for %s.\n", it->first.c_str());
|
||||
nl->OptimizeSameInputSubstractorComparator();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue