mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Move clean from aigerparse to abc9
This commit is contained in:
parent
91c3afcab7
commit
d9c915042a
2 changed files with 1 additions and 2 deletions
|
@ -598,8 +598,6 @@ next_line:
|
|||
module->fixup_ports();
|
||||
design->add(module);
|
||||
|
||||
Pass::call(design, "clean");
|
||||
|
||||
for (auto cell : module->cells().to_vector()) {
|
||||
if (cell->type != "$lut") continue;
|
||||
auto y_port = cell->getPort("\\Y").as_bit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue