3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-04 13:23:35 +00:00
yosys/passes/opt
Marcelina Kościelnicka 01626e6746 opt_share: Fix X and CO signal width for shifted $alu in opt_share.
These need to be the same length as actual Y, not visible part of Y.

Fixes #2538.
2021-01-14 14:54:08 +01: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: Better memory handling. 2020-10-08 18:05:51 +02:00
opt_demorgan.cc
opt_dff.cc Add opt_dff pass. 2020-07-30 18:27:04 +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: Use Mem helpers. 2020-10-21 17:51:20 +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