mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 04:15:52 +00:00
Smallfix
This commit is contained in:
parent
7988a61f8c
commit
4cf9bb86ca
1 changed files with 1 additions and 1 deletions
|
@ -3006,7 +3006,7 @@ std::string verific_import(Design *design, const std::map<std::string,std::strin
|
|||
nl->MergeRams();
|
||||
|
||||
log(" Performing resource sharing for %s.\n", it->first.c_str());
|
||||
result = nl->ResourceSharing();
|
||||
unsigned int 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