3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

abc9_ops: do away with '$abc9_cells' selection

This commit is contained in:
Eddie Hung 2020-04-14 11:38:44 -07:00
parent 043ad8e76c
commit 489e83fc1e
2 changed files with 30 additions and 40 deletions

View file

@ -312,7 +312,6 @@ struct Abc9Pass : public ScriptPass
run("design -delete $abc9");
run("design -delete $abc9_map");
run("select -unset $abc9_flops");
run("select -unset $abc9_cells");
}
}