mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 13:10:51 +00:00
peepopt: Add initial shiftadd
pattern
This commit is contained in:
parent
6f1ca68712
commit
72c6a01e67
3 changed files with 118 additions and 0 deletions
|
@ -72,6 +72,7 @@ struct PeepoptPass : public Pass {
|
|||
|
||||
pm.setup(module->selected_cells());
|
||||
|
||||
pm.run_shiftadd();
|
||||
pm.run_shiftmul_right();
|
||||
pm.run_shiftmul_left();
|
||||
pm.run_muldiv();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue