mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 19:55:41 +00:00
Add back operator optimization for Verific frontend
This commit is contained in:
parent
11dd7becdd
commit
bc3ca6210c
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue