3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-15 00:35:12 +00:00
yosys/passes/sat
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
..
assertpmux.cc
async2sync.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
clk2fflogic.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
cutpoint.cc
eval.cc
example.v
example.ys
expose.cc
fmcombine.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
fminit.cc
formalff.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
freduce.cc
Makefile.inc
miter.cc
mutate.cc
qbfsat.cc Remove .c_str() calls from parameters to log_warning()/log_warning_noprefix() 2025-09-16 23:02:16 +00:00
qbfsat.h
recover_names.cc
sat.cc
sim.cc Merge pull request #5357 from rocallahan/builtin-ff 2025-09-17 11:37:16 +02:00
supercover.cc
synthprop.cc