3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 06:39:03 +00:00

Actually re-enable pass

This commit is contained in:
Alain Dargelas 2025-03-13 14:48:14 -07:00
parent f79f402dbd
commit 6b6c5c2c19

View file

@ -121,7 +121,7 @@ struct PeepoptPass : public Pass {
pm.run_shiftmul_left();
pm.run_muldiv();
pm.run_muldiv_c();
// pm.run_sub_neg();
pm.run_sub_neg();
if (muxorder)
pm.run_muxorder();
}