3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-23 09:10:30 +00:00
yosys/passes/opt
Martin Povišer f0ae046c5a opt_share: Fix input confusion with ANDNOT, ORNOT gates
Distinguish between the A, B input ports of `$_ANDNOT_`, `$_ORNOT_`
gates when considering those for sharing. Unlike the input ports of the
other supported single-bit gates, those are not interchangeable.

Fixes #3848.
2023-07-20 20:58:52 +01:00
..
Makefile.inc
muxpack.cc
opt.cc
opt_clean.cc
opt_demorgan.cc
opt_dff.cc
opt_expr.cc
opt_ffinv.cc
opt_lut.cc
opt_lut_ins.cc
opt_mem.cc
opt_mem_feedback.cc
opt_mem_priority.cc
opt_mem_widen.cc
opt_merge.cc
opt_muxtree.cc
opt_reduce.cc
opt_share.cc opt_share: Fix input confusion with ANDNOT, ORNOT gates 2023-07-20 20:58:52 +01:00
pmux2shiftx.cc
rmports.cc
share.cc
wreduce.cc