yosys/passes/sat
Jannis Harder 9b4fba3870 sim: Run a comb-only update step to set past values during FST cosim
The previous approach only initialized past_d and past_ad while for FST
cosim we also need to initialize the other past values like past_clk,
etc. Also to properly initialize them, we need to run a combinational
update step in case any of the wires feeding into the FF are private or
otherwise not part of the FST.
2022-11-07 14:09:33 +01:00
..
Makefile.inc Add the $anyinit cell and the formalff pass 2022-08-16 13:37:30 +02:00
assertpmux.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
async2sync.cc async2sync: turn FFs with const clks into gclk FFs with feedback 2022-06-30 12:09:04 +02:00
clk2fflogic.cc clk2fflogic: Always correctly handle simultaneously changing signals 2022-10-07 16:04:51 +02:00
cutpoint.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
eval.cc Use HTTPS for website links, gatecat email 2021-06-09 12:16:56 +02:00
example.v Added support for shifter cells to SAT generator 2013-06-08 15:12:08 +02:00
example.ys Fixes in old SAT example.ys 2014-09-01 11:45:47 +02:00
expose.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
fmcombine.cc fmcombine: Add _gold/_gate suffix to memids 2022-06-03 21:52:28 +02:00
fminit.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
formalff.cc formalff: New -setundef option 2022-08-16 13:37:30 +02:00
freduce.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
miter.cc Add miter -cross option 2022-10-24 23:23:33 +02:00
mutate.cc mutate: warn if less mutations possible than number requested 2022-10-05 10:59:38 +02:00
qbfsat.cc Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
qbfsat.h qbfsat: Add `-solver-option` option. 2020-07-20 21:54:56 +00:00
sat.cc Add extra time at the end of a sat VCD trace 2022-11-01 17:51:46 +01:00
sim.cc sim: Run a comb-only update step to set past values during FST cosim 2022-11-07 14:09:33 +01:00
supercover.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00