3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-26 18:15:39 +00:00
yosys/passes/opt
Emil J 7719beb4ae
Merge pull request #5349 from rocallahan/cleanup-hashops
Reduce hashops verbiage in `OptMergePass`
2025-09-30 19:34:44 +02:00
..
.gitignore
Makefile.inc
muxpack.cc
opt.cc
opt_clean.cc opt_clean: Fix debug output when cleaning up bufnorm cells 2025-09-29 08:21:28 +02:00
opt_demorgan.cc
opt_dff.cc Instead of using builtin_ff_cell_types() directly, go through a method Cell::is_builtin_ff() 2025-09-17 03:24:19 +00:00
opt_expr.cc
opt_ffinv.cc Instead of using builtin_ff_cell_types() directly, go through a method Cell::is_builtin_ff() 2025-09-17 03:24:19 +00:00
opt_hier.cc opt_hier: Adjust messages 2025-09-29 12:27:27 +02:00
opt_lut.cc Remove .c_str() from parameters to log_debug() 2025-09-23 19:10:33 +12:00
opt_lut_ins.cc
opt_mem.cc
opt_mem_feedback.cc
opt_mem_priority.cc
opt_mem_widen.cc
opt_merge.cc Merge pull request #5349 from rocallahan/cleanup-hashops 2025-09-30 19:34:44 +02:00
opt_muxtree.cc
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