3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-19 21:55:48 +00:00

No operator optimization, but it passes all tests

This commit is contained in:
Akash Levy 2026-04-22 03:12:26 -07:00
parent 0ee2277d4f
commit bf40364bd0
5 changed files with 25 additions and 8 deletions

View file

@ -3223,9 +3223,6 @@ std::string verific_import(Design *design, const std::map<std::string,std::strin
log(" Running post-elaboration for %s.\n", it->first.c_str());
nl->PostElaborationProcess();
log(" Running operator optimization for %s.\n", it->first.c_str());
nl->OperatorOptimization();
}
if (nl_done.count(it->first) == 0) {