3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-17 10:33:52 +00:00
yosys/passes/sat
Jannis Harder 2bd889a59a formalff -setundef: Fix handling for has_srst FFs
The `has_srst`` case was checking `sig_ce` instead of `sig_srst` due to
a copy and paste error.

This would crash when `has_ce` was false and could incorrectly determine
that an initial value is unused when `has_ce` and `has_srst` are both
set.
2024-04-15 11:53:30 +02:00
..
assertpmux.cc
async2sync.cc async2sync, clk2fflogic: Add support for $check and $print cells 2024-02-01 20:10:39 +01:00
clk2fflogic.cc clk2fflogic: Fix handling of $check cells 2024-02-14 11:42:27 +01:00
cutpoint.cc
eval.cc fix handling right shifts 2023-10-12 11:46:09 +02:00
example.v
example.ys
expose.cc
fmcombine.cc
fminit.cc
formalff.cc formalff -setundef: Fix handling for has_srst FFs 2024-04-15 11:53:30 +02:00
freduce.cc
Makefile.inc Add recover_names pass to recover names post-mapping 2023-05-25 10:55:07 +02:00
miter.cc
mutate.cc
qbfsat.cc
qbfsat.h
recover_names.cc Fix printf formats 2024-01-15 12:07:54 +01:00
sat.cc
sim.cc sim: Bring $print trigger/sampling semantics in line with FFs 2024-01-25 16:21:03 +01:00
supercover.cc
synthprop.cc