yosys/passes
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
..
cmds remove extra space in formating 2022-09-22 15:46:36 +01:00
equiv Add "check -assert" to equiv_opt 2022-10-07 16:04:51 +02:00
fsm Add the $anyinit cell and the formalff pass 2022-08-16 13:37:30 +02:00
hierarchy Makes sure to set initial_top when change, fixes #3462 2022-08-26 17:12:56 +02:00
memory Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
opt Consistent $mux undef handling 2022-10-24 12:03:01 +02:00
pmgen Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
proc proc_rom: Add special handling of const-0 address bits. 2022-05-18 17:32:30 +02:00
sat sim: Run a comb-only update step to set past values during FST cosim 2022-11-07 14:09:33 +01:00
techmap Fix crash in flowmap 2022-09-20 14:31:19 +02:00
tests Add $bmux and $demux cells. 2022-01-28 23:34:41 +01:00