3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-29 20:59:03 +00:00
yosys/passes/opt
2025-09-09 15:41:03 +02:00
..
.gitignore pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
Makefile.inc Start opt_hier 2025-07-05 16:45:52 +02:00
muxpack.cc
opt.cc Make log_header() use variadic templates. 2025-09-09 15:41:03 +02:00
opt_clean.cc
opt_demorgan.cc
opt_dff.cc opt_dff: fix timeout issue 2025-08-13 01:48:59 +03:00
opt_expr.cc Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
opt_ffinv.cc
opt_hier.cc Start opt_hier 2025-07-05 16:45:52 +02:00
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 In hash_cell_inputs, avoid constructing an std::pair (which requires copying the port IdString) 2025-09-04 14:17:08 +02:00
opt_muxtree.cc Increase muxtree glob eval attempts to 10M. 2025-09-04 10:52:37 -07:00
opt_reduce.cc
opt_share.cc
peepopt.cc Add muldiv_c peepopt pass 2025-04-30 08:06:59 -07:00
peepopt_formal_clockgateff.pmg
peepopt_muldiv.pmg
peepopt_muldiv_c.pmg Add muldiv_c peepopt pass 2025-04-30 08:06:59 -07:00
peepopt_shiftadd.pmg
peepopt_shiftmul_left.pmg pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
peepopt_shiftmul_right.pmg pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
pmux2shiftx.cc io: refactor string and file work into new unit 2025-03-19 13:43:42 +01:00
rmports.cc Reapply "Add groups to command reference" 2025-08-06 13:52:12 +12:00
share.cc
wreduce.cc