3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00
yosys/passes
Bogdan Vukobratovic 35fa7b3057 Fix memory leak when one of multiple DFF cells is removed in opt_rmdff
When there are multiple DFFs and one of them is removed, its reference lingers
inside bit2driver dict. While invoking handle_dff() function for other DFFs,
this broken reference is used isnside sat_import_cell() function.
2019-06-27 22:02:12 +02:00
..
cmds Fix typo, fixes #1095 2019-06-20 15:34:52 +02:00
equiv Add -undef option to equiv_opt, passed to equiv_induct 2019-04-26 11:16:48 -07:00
fsm fsm_opt: Fix runtime error for FSMs without a reset state 2019-02-07 10:35:36 +00:00
hierarchy Use input default values in hierarchy pass 2019-06-19 11:49:20 +02:00
memory Fix spacing 2019-06-25 08:33:17 -07:00
opt Fix memory leak when one of multiple DFF cells is removed in opt_rmdff 2019-06-27 22:02:12 +02:00
pmgen Do not use shiftmul peepopt pattern when mul result is truncated, fixes #1047 2019-05-28 17:17:56 +02:00
proc Improve proc full_case detection and handling, fixes #931 2019-04-18 15:13:47 +02:00
sat Add a few more filename rewrites 2019-06-20 10:27:59 -07:00
techmap Merge pull request #1108 from YosysHQ/clifford/fix1091 2019-06-21 17:13:41 -07:00
tests flowmap: implement depth relaxation. 2019-01-08 01:13:05 +00:00