mirror of https://github.com/YosysHQ/yosys.git
7670a89e1f
Previously, `$memwr` and `$meminit` cells were always preserved (along with the memory itself). With this change, they are instead part of the main cell mark-and-sweep pass: a memory (and its `$meminit` and `$memwr` cells) is only preserved iff any associated `$memrd` cell needs to be preserved. |
||
---|---|---|
.. | ||
Makefile.inc | ||
muxpack.cc | ||
opt.cc | ||
opt_clean.cc | ||
opt_demorgan.cc | ||
opt_dff.cc | ||
opt_expr.cc | ||
opt_lut.cc | ||
opt_lut_ins.cc | ||
opt_mem.cc | ||
opt_merge.cc | ||
opt_muxtree.cc | ||
opt_reduce.cc | ||
opt_share.cc | ||
pmux2shiftx.cc | ||
rmports.cc | ||
share.cc | ||
wreduce.cc |