3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-06 09:16:19 +00:00
yosys/passes/equiv
Emil J 73e47ac3fe
Merge pull request #5357 from rocallahan/builtin-ff
Instead of using `builtin_ff_cell_types()` directly, go through a method `Cell::is_builtin_ff()`
2025-09-17 11:37:16 +02:00
..
equiv_add.cc Remove .c_str() calls from parameters to log_warning()/log_warning_noprefix() 2025-09-16 23:02:16 +00:00
equiv_induct.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
equiv_make.cc Remove .c_str() from log_cmd_error() and log_file_error() parameters 2025-09-16 22:59:08 +00:00
equiv_mark.cc
equiv_miter.cc
equiv_opt.cc
equiv_purge.cc
equiv_remove.cc
equiv_simple.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
equiv_status.cc
equiv_struct.cc
Makefile.inc