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

Disable sub-neg peepopt

This commit is contained in:
Akash Levy 2025-03-13 01:55:14 -07:00
parent e6da1a2d69
commit 0a68eb32b3
2 changed files with 1 additions and 1 deletions

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