mirror of https://github.com/YosysHQ/yosys.git
Add back operator optimization for Verific frontend
This commit is contained in:
parent
11dd7becdd
commit
bc3ca6210c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue