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:
parent
0ee2277d4f
commit
bf40364bd0
5 changed files with 25 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue