mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 12:53:39 +00:00
neg sub pass
This commit is contained in:
parent
2679e1d458
commit
6de80bc6b3
4 changed files with 166 additions and 0 deletions
|
@ -121,6 +121,7 @@ struct PeepoptPass : public Pass {
|
|||
pm.run_shiftmul_left();
|
||||
pm.run_muldiv();
|
||||
pm.run_muldiv_c();
|
||||
pm.run_sub_neg();
|
||||
if (muxorder)
|
||||
pm.run_muxorder();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue