yosys/passes
Marcelina Kościelnicka 63b9df8693 kernel/ff: Refactor FfData to enable FFs with async load.
- *_en is split into *_ce (clock enable) and *_aload (async load aka
  latch gate enable), so both can be present at once
- has_d is removed
- has_gclk is added (to have a clear marker for $ff)
- d_is_const and val_d leftovers are removed
- async2sync, clk2fflogic, opt_dff are updated to operate correctly on
  FFs with async load
2021-10-02 20:19:48 +02:00
..
cmds logger: Add -check-expected subcommand. 2021-08-12 17:41:39 +02:00
equiv Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
fsm Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
hierarchy Use new read_id_num helper function elsewhere in hierarchy.cc 2021-07-20 10:13:15 -04:00
memory kernel/ff: Refactor FfData to enable FFs with async load. 2021-10-02 20:19:48 +02:00
opt kernel/ff: Refactor FfData to enable FFs with async load. 2021-10-02 20:19:48 +02:00
pmgen Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
proc proc_prune: Make assign removal and promotion per-bit, remember promoted bits. 2021-08-14 15:26:11 +02:00
sat kernel/ff: Refactor FfData to enable FFs with async load. 2021-10-02 20:19:48 +02:00
techmap kernel/ff: Refactor FfData to enable FFs with async load. 2021-10-02 20:19:48 +02:00
tests Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00