3
0
Fork 0
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:
Eddie Hung 2019-04-23 13:42:35 -07:00
parent 91c3afcab7
commit d9c915042a
2 changed files with 1 additions and 2 deletions

View file

@ -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();