3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 18:31:51 +00:00
yosys/passes
Marcelina Kościelnicka 38a0c30d65 Get rid of dffsr2dff.
This pass is a proper subset of opt_rmdff, which is called by opt, which
is called by every synth flow in the coarse part.  Thus, it never
actually does anything and can be safely removed.
2020-04-15 16:22:37 +02:00
..
cmds setundef: Improve error messages. 2020-04-15 16:13:28 +02:00
equiv kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
fsm kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
hierarchy Use more descriptive variable name. 2020-04-06 14:37:07 +00:00
memory Merge pull request #1603 from whitequark/ice40-ram_style 2020-04-10 14:51:01 +00:00
opt opt_clean: Add missing assignments to opt.did_something. 2020-04-15 16:20:56 +02:00
pmgen kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
proc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
sat kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
techmap Get rid of dffsr2dff. 2020-04-15 16:22:37 +02:00
tests Clean up passes/tests/test_autotb.cc. 2020-04-06 04:25:21 +00:00