3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 02:10:24 +00:00

Rename dffmuxext -> dffmux, also remove constants in dff+mux

This commit is contained in:
Eddie Hung 2019-09-11 00:56:38 -07:00
parent 3a8582081e
commit edf90afd20
4 changed files with 91 additions and 57 deletions

View file

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