3
0
Fork 0
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:
Philippe Sauter 2023-11-06 14:01:37 +01:00 committed by phsauter
parent 6f1ca68712
commit 72c6a01e67
3 changed files with 118 additions and 0 deletions

View file

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