3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-17 20:55:45 +00:00

opt_expr: WIP use patcher more

This commit is contained in:
Emil J. Tywoniak 2026-05-28 22:51:30 +02:00
parent b594196a48
commit dab9a386cc
4 changed files with 69 additions and 15 deletions

View file

@ -6,7 +6,8 @@
YOSYS_NAMESPACE_BEGIN
struct RTLIL::Patch final : public CellAdderMixin<RTLIL::Patch>
// No virtual methods — subclasses cannot be dispatched through a Patch pointer.
struct RTLIL::Patch : public CellAdderMixin<RTLIL::Patch>
{
private:
void gc(Cell* old_cell);