3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-17 14:26:22 +00:00
yosys/passes/opt
Jannis Harder 5f79a6e868 Clean up $buf with 'z inputs, $input_port and $connect cells
This ensures that entering and leaving bufnorm followed by `opt_clean`
is equivalent to just running `opt_clean`.

Also make sure that 'z-$buf cells get techmapped in a compatible way.
2025-09-17 13:56:46 +02:00
..
.gitignore
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 Clean up $buf with 'z inputs, $input_port and $connect cells 2025-09-17 13:56:46 +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 Update passes/opt to avoid bits() 2025-09-16 03:17:23 +00:00
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 Start opt_hier 2025-07-05 16:45:52 +02:00
opt_lut.cc Remove .c_str() from log_cmd_error() and log_file_error() parameters 2025-09-16 22:59:08 +00:00
opt_lut_ins.cc Remove .c_str() from log_cmd_error() and log_file_error() parameters 2025-09-16 22:59:08 +00:00
opt_mem.cc Update passes/opt to avoid bits() 2025-09-16 03:17:23 +00:00
opt_mem_feedback.cc
opt_mem_priority.cc
opt_mem_widen.cc
opt_merge.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_muxtree.cc Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
opt_reduce.cc Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
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 Update passes/opt to avoid bits() 2025-09-16 03:17:23 +00:00
rmports.cc Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
share.cc Update passes/opt to avoid bits() 2025-09-16 03:17:23 +00:00
wreduce.cc Update passes/opt to avoid bits() 2025-09-16 03:17:23 +00:00