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:
parent
043ad8e76c
commit
489e83fc1e
2 changed files with 30 additions and 40 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue