1
0
mirror of synced 2026-01-27 04:33:22 +00:00
Files
YosysHQ.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
..
2014-09-01 11:45:47 +02:00
2023-01-11 09:54:19 +01:00
2023-01-11 09:54:19 +01:00
2024-01-15 12:07:54 +01:00
2023-02-13 17:23:26 +01:00