3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-30 04:15:52 +00:00
This commit is contained in:
Akash Levy 2024-09-19 01:04:29 -07:00
parent 7988a61f8c
commit 4cf9bb86ca

View file

@ -3006,7 +3006,7 @@ std::string verific_import(Design *design, const std::map<std::string,std::strin
nl->MergeRams(); nl->MergeRams();
log(" Performing resource sharing for %s.\n", it->first.c_str()); 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(" Shared %d resources.\n", result);
log(" Performing final resource merging for %s.\n", it->first.c_str()); log(" Performing final resource merging for %s.\n", it->first.c_str());
nl->OptimizeSameInputSubstractorComparator(); nl->OptimizeSameInputSubstractorComparator();