3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 19:00:26 +00:00

Add peepopt_dffmuxext

This commit is contained in:
Eddie Hung 2019-09-04 12:35:15 -07:00
parent 0cee66e759
commit 2b86055848
3 changed files with 60 additions and 0 deletions

View file

@ -60,6 +60,7 @@ struct PeepoptPass : public Pass {
peepopt_pm pm(module, module->selected_cells());
pm.run_shiftmul();
pm.run_muldiv();
pm.run_dffmuxext();
}
}
}