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:
parent
b594196a48
commit
dab9a386cc
4 changed files with 69 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue