3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-26 10:05:40 +00:00
yosys/passes/sat
Jannis Harder bbdfcfdf30 clk2fflogic: Fix handling of $check cells
Fixes a bug in the handling of the recently introduced $check cells.
Both $check and $print cells in clk2fflogic are handled by the same code
and the existing tests for that were only using $print cells. This
missed a bug where the additional A signal of $check cells that is not
present on $print cells was dropped due to a typo, rendering $check
cells non-functional.

Also updates the tests to explicitly cover both cell types such that
they would have detected the now fixed bug.
2024-02-14 11:42:27 +01:00
..
assertpmux.cc
async2sync.cc
clk2fflogic.cc clk2fflogic: Fix handling of $check cells 2024-02-14 11:42:27 +01:00
cutpoint.cc
eval.cc
example.v
example.ys
expose.cc
fmcombine.cc
fminit.cc
formalff.cc
freduce.cc
Makefile.inc
miter.cc
mutate.cc
qbfsat.cc
qbfsat.h
recover_names.cc
sat.cc
sim.cc
supercover.cc
synthprop.cc