mirror of https://github.com/YosysHQ/yosys.git
abc9 to not call "clean" at end of run (often called outside)
This commit is contained in:
parent
1467761060
commit
3e0f73c3df
|
@ -1300,9 +1300,6 @@ struct Abc9Pass : public Pass {
|
|||
|
||||
assign_map.clear();
|
||||
|
||||
// The "clean" pass also contains a design->check() call
|
||||
Pass::call(design, "clean");
|
||||
|
||||
log_pop();
|
||||
}
|
||||
} Abc9Pass;
|
||||
|
|
Loading…
Reference in New Issue