yosys/passes/opt
Emil J 1717fa0180
Merge pull request #5663 from YosysHQ/emil/opt_expr-fix-pow-shift
opt_expr: fix const lhs of $pow to $shl
2026-02-05 13:09:01 +01:00
..
.gitignore
Makefile.inc Add opt_balance_tree pass for timing optimization 2026-01-13 14:20:11 -08:00
muxpack.cc
opt.cc Move `Design::sort()` calls out of `opt` and `opt_clean` passes into the synth passes that need them. 2026-01-23 01:14:35 +00:00
opt_balance_tree.cc opt_balance_tree: mark experimental 2026-01-19 12:01:25 +01:00
opt_clean.cc Merge pull request #5631 from rocallahan/cleanup-compare-signals 2026-02-04 17:45:05 +01:00
opt_demorgan.cc
opt_dff.cc OptDff more accurate ctrl/pattern desc. 2026-01-26 22:19:36 +01:00
opt_expr.cc opt_expr: fix const lhs of $pow to $shl 2026-02-03 11:59:00 +01:00
opt_ffinv.cc
opt_hier.cc
opt_lut.cc
opt_lut_ins.cc
opt_mem.cc
opt_mem_feedback.cc
opt_mem_priority.cc
opt_mem_widen.cc
opt_merge.cc Parallelize `opt_merge`. 2026-01-08 04:21:39 +00:00
opt_muxtree.cc Use digit separators for large decimal integers 2026-01-13 16:38:12 +01:00
opt_reduce.cc
opt_share.cc
peepopt.cc
peepopt_formal_clockgateff.pmg
peepopt_muldiv.pmg
peepopt_muldiv_c.pmg
peepopt_shiftadd.pmg
peepopt_shiftmul_left.pmg
peepopt_shiftmul_right.pmg
pmux2shiftx.cc
rmports.cc
share.cc
wreduce.cc