3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-03 00:28:08 +00:00
yosys/passes/opt
2021-05-23 14:30:56 +02:00
..
Makefile.inc Remove now-redundant opt_rmdff pass. 2020-08-07 13:21:34 +02:00
muxpack.cc
opt.cc Replace opt_rmdff with opt_dff. 2020-08-07 13:21:03 +02:00
opt_clean.cc opt_clean: Remove init attribute bits together with removed DFFs. 2021-03-15 17:16:53 +01:00
opt_demorgan.cc
opt_dff.cc opt_dff: Fix NOT gates wired in reverse. 2021-05-04 21:03:40 +02:00
opt_expr.cc opt_expr: Remove -clkinv option, make it the default. 2020-07-31 00:08:15 +02:00
opt_lut.cc Fix use-after-free in LUT opt pass 2020-12-22 03:23:42 +01:00
opt_lut_ins.cc
opt_mem.cc opt_mem: Remove write ports with const-0 EN. 2021-05-23 14:30:56 +02:00
opt_merge.cc
opt_muxtree.cc
opt_reduce.cc
opt_share.cc opt_share: Fix X and CO signal width for shifted $alu in opt_share. 2021-01-14 14:54:08 +01:00
pmux2shiftx.cc
rmports.cc
share.cc
wreduce.cc