Add back operator optimization for Verific frontend

This commit is contained in:
Akash Levy 2025-03-17 04:06:28 -07:00
parent 11dd7becdd
commit bc3ca6210c
1 changed files with 3 additions and 0 deletions

View File

@ -3123,6 +3123,9 @@ 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) {